4695. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/27/2019 4:03:22 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.

4695.1 Files compared

# Location File Last Modified
1 JLV_CV_CV_2_9_1_0.zip\CV-VAS\src\java\gov\va\med\jmeadows HeaderHandlerResolver.java Wed Mar 20 21:45:10 2019 UTC
2 JLV_CV_CV_2_9_1_0.zip\CV-VAS\src\java\gov\va\med\jmeadows HeaderHandlerResolver.java Wed Mar 27 19:21:17 2019 UTC

4695.2 Comparison summary

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

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

4695.4 Active regular expressions

No regular expressions were active.

4695.5 Comparison detail

  1   package go v.va.med.j meadows;
  2  
  3   /**
  4    * Created  with Inte lliJ IDEA.
  5    * User:  DNS
  6    * Date: 9 /6/14
  7    * Time: 1 1:20 PM
  8    * To chan ge this te mplate use  File | Se ttings | F ile Templa tes.
  9    */
  10  
  11   import jav a.util.Arr ayList;
  12   import jav a.util.Lis t;
  13   import jav ax.xml.ws. handler.Ha ndler;
  14   import jav ax.xml.ws. handler.Ha ndlerResol ver;
  15   import jav ax.xml.ws. handler.Po rtInfo;
  16  
  17   public cla ss HeaderH andlerReso lver imple ments Hand lerResolve r {
  18  
  19       @Suppr essWarning s("uncheck ed")
  20       public  List<Hand ler> getHa ndlerChain (PortInfo  portInfo)  {
  21           Li st<Handler > handlerC hain = new  ArrayList <Handler>( );
  22           He aderHandle r hh = new  HeaderHan dler();
  23           ha ndlerChain .add(hh);
  24           re turn handl erChain;
  25       }
  26   }