222. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:49:02 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.

222.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_vital_signs\mhv-vital-signs-portal-portlet\src\main\java\gov\va\med\mhv\vitals\web\pgd VamfJwtAuth.java Thu Aug 23 21:14:10 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_vital_signs\mhv-vital-signs-portal-portlet\src\main\java\gov\va\med\mhv\vitals\web\pgd VamfJwtAuth.java Sun Sep 16 00:03:17 2018 UTC

222.2 Comparison summary

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

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

222.4 Active regular expressions

No regular expressions were active.

222.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.m hv.vitals. web.pgd;
  5  
  6   import sta tic java.l ang.annota tion.Eleme ntType.MET HOD;
  7   import sta tic java.l ang.annota tion.Reten tionPolicy .RUNTIME;
  8  
  9   import jav a.lang.ann otation.Re tention;
  10   import jav a.lang.ann otation.Ta rget;
  11  
  12  
  13   /**
  14    * @author   DNS
  15    * 
  16    * Annotat ion to put  before me thods that  need a VA
  17    * Mobile  JWT Authen ticated us er.
  18    *
  19    */
  20  
  21   @Retention (RUNTIME)
  22   @Target(ME THOD)
  23   public @in terface Va mfJwtAuth  {
  24           
  25   }