46. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/24/2017 5:17:19 PM Eastern 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.

46.1 Files compared

# Location File Last Modified
1 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_user\mhv-usermgmt-portal-main\src\main\bkup\gov\va\med\mhv\usermgmt\integration\service\delegate IntegrationServiceDelegateFactory.java Thu Feb 11 17:12:08 2016 UTC
2 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_user\mhv-usermgmt-portal-main\src\main\bkup\gov\va\med\mhv\usermgmt\integration\service\delegate IntegrationServiceDelegateFactory.java Fri Mar 24 20:41:45 2017 UTC

46.2 Comparison summary

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

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

46.4 Active regular expressions

No regular expressions were active.

46.5 Comparison detail

  1   package go v.va.med.m hv.usermgm t.integrat ion.servic e.delegate ;
  2  
  3  
  4   /**
  5    * @author  
P
I I
  6    *
  7    */
  8   public cla ss Integra tionServic eDelegateF actory {
  9       // TOD O: Make co nfigurable
  10       // How ever canno t use stan dard Sprin g based me chanism, 
  11       // but  could use  Spring
  12  
  13       /**
  14        * 
  15        */
  16      /* publ ic static  PatientIde ntityServi ceDelegate  
  17           cr eatePatien tIdentityS erviceDele gate() 
  18       {
  19           re turn new P atientIden tityServic eDelegateI mpl();
  20       }*/
  21  
  22      /* publ ic static  PatientCor relationSe rviceDeleg ate 
  23           cr eatePatien tCorrelati onServiceD elegate() 
  24       {
  25           re turn new P atientCorr elationSer viceDelega teImpl();
  26       }*/
  27  
  28      /* publ ic static  PatientDat aServiceDe legate 
  29           cr eatePatien tDataServi ceDelegate () 
  30       {
  31           re turn new P atientData ServiceDel egateImpl( );
  32       }*/
  33  
  34   }