89. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/25/2019 8:58:05 AM Central Daylight 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.

89.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IMAG_Source\VISA\Java\ViewerImagingWebApp\main\src\java\gov\va\med\imaging\viewer\rest\types CaptureUserResultsType.java Mon Mar 18 20:39:13 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\IMAG_Source\VISA\Java\ViewerImagingWebApp\main\src\java\gov\va\med\imaging\viewer\rest\types CaptureUserResultsType.java Tue Mar 19 12:04:14 2019 UTC

89.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 100
Changed 2 4
Inserted 0 0
Removed 0 0

89.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

89.4 Active regular expressions

No regular expressions were active.

89.5 Comparison detail

  1   /**
  2    * Date Cr eated: Apr  12, 2018
  3    * Develop er:  DNS     tjahjb
  4    */
  5   package go v.va.med.i maging.vie wer.rest.t ypes;
  6  
  7   import jav ax.xml.bin d.annotati on.XmlElem ent;
  8   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  9  
  10   /**
  11    * @author   DNS     tjahjb
  12    *
  13    */
  14   @XmlRootEl ement(name ="captureU serResults ")
  15   public cla ss Capture UserResult sType
  16   {
  17           
  18           pr ivate Capt ureUserRes ultType[]  captureUse rs;
  19           
  20           pu blic Captu reUserResu ltsType()
  21           {
  22                    supe r();
  23           }
  24  
  25           /* *
  26            *  @param ca ptureUsers
  27            * /
  28           pu blic Captu reUserResu ltsType(Ca ptureUserR esultType[ ] captureU sers)
  29           {
  30                    supe r();
  31                    this .captureUs ers = capt ureUsers;
  32           }
  33  
  34           /* *
  35            *  @return t he capture Users
  36            * /
  37           @X mlElement( name="capt ureUser")
  38           pu blic Captu reUserResu ltType[] g etCaptureU sers()
  39           {
  40                    retu rn capture Users;
  41           }
  42  
  43           /* *
  44            *  @param ca ptureUsers  the captu reUsers to  set
  45            * /
  46           pu blic void  setCapture Users(Capt ureUserRes ultType[]  captureUse rs)
  47           {
  48                    this .captureUs ers = capt ureUsers;
  49           }
  50  
  51   }
  52