22447. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 9:48:59 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.

22447.1 Files compared

# Location File Last Modified
1 JLV_JLV 2_7_2_0_0.zip\JLV_Src\JLVQoS\src\main\java\gov\va\med\jmeadows\common JMeadowsException.java Wed Mar 20 21:43:22 2019 UTC
2 JLV_JLV 2_7_2_0_0.zip\JLV_Src\JLVQoS\src\main\java\gov\va\med\jmeadows\common JMeadowsException.java Tue Apr 2 13:30:30 2019 UTC

22447.2 Comparison summary

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

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

22447.4 Active regular expressions

No regular expressions were active.

22447.5 Comparison detail

  1   /**
  2    * Janus 4 .0 (c)
  3    * Copyrig ht (c) 201 1 Hawaii R esource Gr oup LLC. A ll Rights  Reserved.
  4    * Develop ed for the  Pacific T elehealth  & Technolo gy Hui and  the Pacif ic Joint I nformation  Technolog y Center
  5    * Contrib utors:
  6    *     Hon orable Sen ator Danie l K. Inouy e
  7    *     VA  Pacific Is lands Heal th Care Sy stem
  8    *     Tri pler Army  Medical Ce nter
  9    */
  10  
  11  
  12   package go v.va.med.j meadows.co mmon;
  13  
  14   /**
  15    * @author   DNS
  16    */
  17   public cla ss JMeadow sException  extends E xception
  18   {
  19       public  JMeadowsE xception(E xception e )
  20       {
  21           su per(e);
  22       }
  23  
  24       public  JMeadowsE xception(S tring erro r)
  25       {
  26           su per(error) ;
  27       }
  28   }