10. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/14/2017 6:57:19 AM Central 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.

10.1 Files compared

# Location File Last Modified
1 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\dao PSDetailsDAO.java Thu Nov 9 14:19:42 2017 UTC
2 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\dao PSDetailsDAO.java Tue Nov 14 12:25:27 2017 UTC

10.2 Comparison summary

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

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

10.4 Active regular expressions

No regular expressions were active.

10.5 Comparison detail

  1   package go v.va.cpss. dao;
  2  
  3   import jav a.util.Lis t;
  4  
  5   import gov .va.cpss.m odel.fps.P SDetails;
  6   import gov .va.cpss.m odel.fps.P SSite;
  7  
  8   /**
  9    * Data Ac cess Objec t interfac e for the  PSDetails  table.
  10    * 
  11    * @author   DN S      BROWNL
  12    */
  13   public int erface PSD etailsDAO  {
  14  
  15       /**
  16        * Get  the index  of the la st entry i n the tabl e.
  17        * @re turn Long  representa tion of th e last ind ex or null  if none.
  18        */
  19       public  Long getL astIndex() ;
  20       
  21       /**
  22            *  Get a lis t of all d etails by  the specif ied site.
  23            * /
  24           pu blic List< PSDetails>  getAllByP SSiteID(fi nal PSSite  psSite);
  25  
  26   }