81. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2018 2:59:09 PM Central 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.

81.1 Files compared

# Location File Last Modified
1 v2.0_Sprint_15_Build_5.zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\model\request EncryptUrl.java Tue Apr 24 14:50:46 2018 UTC
2 v2.0_Sprint_15_Build_5..zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\model\request EncryptUrl.java Thu Apr 26 15:55:48 2018 UTC

81.2 Comparison summary

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

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

81.4 Active regular expressions

No regular expressions were active.

81.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.a rs.model.r equest;
  5  
  6   import jav ax.servlet .http.Http Session;
  7  
  8   /**
  9    * @author   PI I
  10    *
  11    */
  12   public cla ss Encrypt Url {
  13  
  14           St ring hostn ame;
  15  
  16           /* *
  17            *  
  18            * /
  19           pu blic Encry ptUrl() {
  20                    supe r();
  21                    // T ODO Auto-g enerated c onstructor  stub
  22           }
  23  
  24           /* *
  25            *  @param ho stname
  26            * /
  27           pu blic Encry ptUrl(Stri ng hostnam e) {
  28                    supe r();
  29                    this .hostname  = hostname ;
  30           }
  31           
  32           /* *
  33            *  @return t he hostnam e
  34            * /
  35           pu blic Strin g getHostn ame() {
  36                    retu rn hostnam e;
  37           }
  38  
  39           /* *
  40            *  @param ho stname
  41            *              the host name to se t
  42            * /
  43           pu blic void  setHostnam e(String h ostname) {
  44                    this .hostname  = hostname ;
  45           }
  46  
  47   }