22545. EPMO Open Source Coordination Office Redaction File Detail Report

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

22545.1 Files compared

# Location File Last Modified
1 JLV_JLV 2_7_2_0_0.zip\JLV_Src\VistaDataService\src\main\java\gov\va\med\vds\vistabeans Author.java Wed Mar 20 21:45:58 2019 UTC
2 JLV_JLV 2_7_2_0_0.zip\JLV_Src\VistaDataService\src\main\java\gov\va\med\vds\vistabeans Author.java Tue Apr 2 13:35:50 2019 UTC

22545.2 Comparison summary

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

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

22545.4 Active regular expressions

No regular expressions were active.

22545.5 Comparison detail

  1   /*
  2    * Janus 4 .0 (c)
  3    * Copyrig ht (c) 201 4 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    *      Ho norable Se nator Dani el K. Inou ye
  7    *      VA  Pacific I slands Hea lth Care S ystem
  8    *      Tr ipler Army  Medical C enter
  9    */
  10  
  11   package go v.va.med.v ds.vistabe ans;
  12  
  13   /**
  14    * Created  with Inte lliJ IDEA.
  15    * User:  DNS
  16    * Date: 6 /2/14
  17    * Time: 7 :35 AM
  18    * To chan ge this te mplate use  File | Se ttings | F ile Templa tes.
  19    */
  20   public cla ss Author  {
  21       privat e String n ame;
  22       privat e String i nstitution ;
  23  
  24       public  String ge tName() {
  25           re turn name;
  26       }
  27  
  28       public  void setN ame(String  name) {
  29           th is.name =  name;
  30       }
  31  
  32       public  String ge tInstituti on() {
  33           re turn insti tution;
  34       }
  35  
  36       public  void setI nstitution (String in stitution)  {
  37           th is.institu tion = ins titution;
  38       }
  39   }