37310. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:22 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

37310.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss DeleteUserFailedException_Exception.java Wed Jan 16 16:06:44 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss DeleteUserFailedException_Exception.java Thu Jan 17 14:43:57 2019 UTC

37310.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 106
Changed 1 2
Inserted 0 0
Removed 0 0

37310.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

37310.4 Active regular expressions

No regular expressions were active.

37310.5 Comparison detail

  1  
  2   package go v.va.iam.e sig.dss;
  3  
  4   import jav ax.xml.ws. WebFault;
  5  
  6  
  7   /**
  8    * This cl ass was ge nerated by  the JAX-W S RI.
  9    * JAX-WS  RI 2.2.4-b 01
  10    * Generat ed source  version: 2 .2
  11    * 
  12    */
  13   @WebFault( name = "De leteUserFa iledExcept ion", targ etNamespac e = "http: // DNS . URL         /dss/")
  14   public cla ss DeleteU serFailedE xception_E xception
  15       extend s java.lan g.Exceptio n
  16   {
  17  
  18       /**
  19        * Jav a type tha t goes as  soapenv:Fa ult detail  element.
  20        * 
  21        */
  22       privat e DeleteUs erFailedEx ception fa ultInfo;
  23  
  24       /**
  25        * 
  26        * @pa ram messag e
  27        * @pa ram faultI nfo
  28        */
  29       public  DeleteUse rFailedExc eption_Exc eption(Str ing messag e, DeleteU serFailedE xception f aultInfo)  {
  30           su per(messag e);
  31           th is.faultIn fo = fault Info;
  32       }
  33  
  34       /**
  35        * 
  36        * @pa ram messag e
  37        * @pa ram faultI nfo
  38        * @pa ram cause
  39        */
  40       public  DeleteUse rFailedExc eption_Exc eption(Str ing messag e, DeleteU serFailedE xception f aultInfo,  Throwable  cause) {
  41           su per(messag e, cause);
  42           th is.faultIn fo = fault Info;
  43       }
  44  
  45       /**
  46        * 
  47        * @re turn
  48        *      returns f ault bean:  gov.va.ia m.esig.dss .DeleteUse rFailedExc eption
  49        */
  50       public  DeleteUse rFailedExc eption get FaultInfo( ) {
  51           re turn fault Info;
  52       }
  53  
  54   }