156. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/7/2018 11:35:57 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.

156.1 Files compared

# Location File Last Modified
1 C:\SCRUB\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\veteranappointment\dataservice ConfigurationService.java Thu Oct 18 18:44:32 2018 UTC
2 C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\veteranappointment\dataservice ConfigurationService.java Fri Dec 7 13:06:08 2018 UTC

156.2 Comparison summary

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

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

156.4 Active regular expressions

No regular expressions were active.

156.5 Comparison detail

  1   package co m.agilex.h ealthcare. veteranapp ointment.d ataservice ;
  2  
  3  
  4   import com .agilex.he althcare.v eteranappo intment.do main.Veter anAppointm entConfigu ration;
  5   import org .springfra mework.bea ns.factory .annotatio n.Autowire d;
  6   import org .springfra mework.bea ns.factory .annotatio n.Qualifie r;
  7   import org .springfra mework.ste reotype.Se rvice;
  8  
  9   @Service
  10   public cla ss Configu rationServ ice {
  11  
  12       @Autow ired
  13       Vetera nAppointme ntConfigur ation conf igurations ;
  14  
  15       public  VeteranAp pointmentC onfigurati on getConf igurations () {
  16           re turn confi gurations;
  17       }
  18  
  19         public voi d setConfi gurations( VeteranApp ointmentCo nfiguratio DNS    fig){
  20             this.confi gurations= DNS    fig;
  21  
  22       }
  23  
  24  
  25   }