316. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/5/2017 12:06:47 PM 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.

316.1 Files compared

# Location File Last Modified
1 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 DASCacheIdType.java Mon Dec 4 21:35:34 2017 UTC
2 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 DASCacheIdType.java Mon Dec 4 22:03:59 2017 UTC

316.2 Comparison summary

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

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

316.4 Active regular expressions

No regular expressions were active.

316.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.i maging.mix .webservic es.rest.ty pes.v1;
  5  
  6   // import  gov.va.med .imaging.e xchange.bu siness.Com parableUti l;
  7   // import  java.io.Se rializable ;
  8  
  9   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  10  
  11   // import  org.apache .logging.l og4j.LogMa nager;
  12   import org .apache.lo gging.log4 j.Logger;
  13  
  14   /**
  15    * @author   DN S      TITTOC
  16    *
  17    * This is  a test
  18    */
  19   @XmlRootEl ement (nam e="DASCach eId")
  20   public cla ss DASCach eIdType
  21   {
  22   //      pr ivate stat ic final l ong serial VersionUID  = -402941 6178345334 605L;
  23   //      pr ivate fina l static L ogger logg er = LogMa nager.getL ogger(Inst ance.class );
  24                
  25           pr otected St ring longD ocId; // d efault is  ""
  26           
  27           pu blic DASCa cheIdType( )
  28           {
  29                    long DocId = "" ;
  30           }
  31  
  32   //    publ ic DASCach eIdType (S tring long DocId) 
  33   //    {
  34   //      th is.setLong DocId(long DocId);
  35   //    }
  36   //
  37        publi c String g etLongDocI d() {
  38           re turn this. longDocId;
  39       }
  40  
  41        publi c void set LongDocId( String lon gDocId) {
  42           th is.longDoc Id = longD ocId;
  43       }
  44           
  45   }