775. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/18/2018 2:02:19 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.

775.1 Files compared

# Location File Last Modified
1 VIX_SIV_v3_0_patch_201_build_8.zip\v3.0_patch_201_build_8\VISA\Java\ImagingDicomCommon\src\java\gov\va\med\imaging\dicom\common\spring SpringContext.java Thu Oct 11 13:30:11 2018 UTC
2 VIX_SIV_v3_0_patch_201_build_8.zip\v3.0_patch_201_build_8\VISA\Java\ImagingDicomCommon\src\java\gov\va\med\imaging\dicom\common\spring SpringContext.java Wed Oct 17 18:52:12 2018 UTC

775.2 Comparison summary

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

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

775.4 Active regular expressions

No regular expressions were active.

775.5 Comparison detail

  1   package go v.va.med.i maging.dic om.common. spring;
  2  
  3   import org .springfra mework.con text.Appli cationCont ext;
  4  
  5   /**
  6    * The Spr ing contex t is initi alized in  the DicomE ngineAdapt er when th e server s tarts up.
  7    * However , the appl ication co ntext need s to be av ailable th roughout t he DICOM c ode. Addin g a
  8    * referen ce here al lows it to  be access ed from an y project.
  9    * 
  10    * @author   PII
  11    *
  12    */
  13   public cla ss SpringC ontext {
  14           pr ivate stat ic Applica tionContex t context;
  15           
  16           pu blic stati c Applicat ionContext  getContex t()
  17           {
  18                    retu rn context ;
  19           }
  20           pu blic stati c void set Context(Ap plicationC ontext con text)
  21           {
  22                    Spri ngContext. context =  context;
  23           }
  24  
  25   }