116. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:12 PM Eastern Standard 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.

116.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\main\java\gov\va\genisis2\dao IRefreshHistoryDao.java Thu Dec 14 19:57:07 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\main\java\gov\va\genisis2\dao IRefreshHistoryDao.java Wed Dec 20 22:13:57 2017 UTC

116.2 Comparison summary

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

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

116.4 Active regular expressions

No regular expressions were active.

116.5 Comparison detail

  1   package go v.va.genis is2.dao;
  2  
  3   import gov .va.genisi s2.excepti ons.Genisi sDAOExcept ion;
  4   import gov .va.genisi s2.model.R efreshHist ory;
  5  
  6   import jav a.util.Dat e;
  7  
  8   /**
  9    * 
  10    * @author  P II
  11    *
  12    */
  13   public int erface IRe freshHisto ryDao {
  14           pu blic int c reateUserR efreshHist ory(Refres hHistory r efreshHist ory) throw s GenisisD AOExceptio n;
  15  
  16           pu blic Refre shHistory  updateUser RefreshHis tory(Refre shHistory  refreshHis tory) thro ws Genisis DAOExcepti on;
  17  
  18           pu blic Date  getLatestU serRefresh History()  throws Gen isisDAOExc eption;
  19   }