400. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:45:54 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.

400.1 Files compared

# Location File Last Modified
1 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\src\main\java\gov\va\med\nhin\adapter\datamanager DependencyDoesNotExistException.java Mon Feb 13 21:09:32 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\src\main\java\gov\va\med\nhin\adapter\datamanager DependencyDoesNotExistException.java Thu Jun 1 21:54:40 2017 UTC

400.2 Comparison summary

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

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

400.4 Active regular expressions

No regular expressions were active.

400.5 Comparison detail

  1   /*
  2    * To chan ge this li cense head er, choose  License H eaders in  Project Pr operties.
  3    * To chan ge this te mplate fil e, choose  Tools | Te mplates
  4    * and ope n the temp late in th e editor.
  5    */
  6   package go v.va.med.n hin.adapte r.datamana ger;
  7  
  8   /**
  9    *
  10    * @author  
D NS    
  11    */
  12   public cla ss Depende ncyDoesNot ExistExcep tion exten ds DataMan agerExcept ion
  13   {
  14       public  Dependenc yDoesNotEx istExcepti on(String  ID)
  15       {
  16           su per("Depen dency with  ID " + ID  + " is no t defined. ");
  17       }
  18   }