82. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/7/2017 12:14:08 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.

82.1 Files compared

# Location File Last Modified
1 cpss.zip\cpss\src\main\resources cpss-email.xml Wed Feb 1 21:07:20 2017 UTC
2 cpss.zip\cpss\src\main\resources cpss-email.xml Thu Feb 2 20:30:49 2017 UTC

82.2 Comparison summary

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

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

82.4 Active regular expressions

No regular expressions were active.

82.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <beans 
  6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
  7           
  8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  9           
  10     xsi:schema Location="
  11             ht tp://www.s pringframe work.org/s chema/bean s
  12             ht tp://www.s pringframe work.org/s chema/bean s/spring-b eans.xsd"
  13   >
  14    
  15                      
  16     <!-- Send  EMAIL Serv ices - The  client co nnection t o use to i nterface w ith the em ail server  -->
  17                      
  18     <bean 
  19      id="fromEm ailAddress
  20      class="jav a.lang.Str ing"
  21     >
  22                                
  23      <construct or-arg 
  24       value=" PII          "
  25      />
  26                       
  27     </bean>
  28                      
  29                      
  30     <!-- Email  Services  -->
  31                      
  32     <bean 
  33      id="emailS ervice" 
  34      class="gov .va.cpss.s ervice.Ema ilService"
  35     >
  36                                
  37      <property 
  38       name="from EmailAddre ss" 
  39       ref="fromE mailAddres s"
  40      />
  41                       
  42     </bean>
  43                       
  44             
  45   </beans>