103. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/10/2017 1:01:45 PM 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.

103.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IV-ehmp_cif\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 ReferenceType.java Thu Jun 29 17:22:02 2017 UTC
2 C:\AraxisMergeCompare\Pri_re\IV-ehmp_cif\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 ReferenceType.java Thu Jul 6 15:04:03 2017 UTC

103.2 Comparison summary

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

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

103.4 Active regular expressions

No regular expressions were active.

103.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.i maging.mix .webservic es.rest.ty pes.v1;
  5  
  6   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  7  
  8   /**
  9    * @author   DNS  TITTOC
  10    *
  11    */
  12   @XmlRootEl ement
  13   public cla ss Referen ceType
  14   {            
  15           pr otected St ring refer ence;
  16           pu blic Refer enceType(S tring ref)
  17           {
  18                    this .reference  = ref;
  19           }
  20  
  21       public  String ge tReference () {
  22           re turn this. reference;
  23       }
  24  
  25       public  void setR eference(S tring ref)  {
  26           th is.referen ce = ref;
  27       }
  28  
  29   }