16. EPMO Open Source Coordination Office Redaction File Detail Report

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

16.1 Files compared

# Location File Last Modified
1 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_rxrefill\mhv-rx-refill-portal-common\src\main\java\gov\va\med\domain\service\messaging MessagingException.java Thu Feb 11 17:09:58 2016 UTC
2 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_rxrefill\mhv-rx-refill-portal-common\src\main\java\gov\va\med\domain\service\messaging MessagingException.java Fri Mar 24 20:28:47 2017 UTC

16.2 Comparison summary

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

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

16.4 Active regular expressions

No regular expressions were active.

16.5 Comparison detail

  1   package go v.va.med.d omain.serv ice.messag ing;
  2  
  3   /**
  4    * Messagi ngExceptio n
  5    *
  6    * @author  
P II
  7    * @versio n $Id: Mes sagingExce ption.java ,v 1.2 200 5/06/01 19 :46:19 joe l.goldberg  Exp $
  8    * @since  MHV 2.0 <b r>Mar 1, 2 005
  9    */
  10   public cla ss Messagi ngExceptio n extends  Exception
  11   {
  12  
  13       privat e static f inal long  serialVers ionUID = 3 2575717151 89191985L;
  14  
  15       public  Messaging Exception( String mes sage, Thro wable t) {
  16                    supe r(message,  t);
  17           }
  18           
  19           pu blic Messa gingExcept ion(String  message)  {
  20                    supe r(message) ;
  21           }
  22  
  23           pu blic Messa gingExcept ion() {
  24                    supe r();
  25           }
  26   }