213. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:48:58 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.

213.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_vamf\mhv-vamf-portal-portlet\src\main\java\gov\va\med\mhv\vamf\web\configuration VamfIntegrationPortletConfigurationClass.java Thu Aug 23 21:31:40 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_vamf\mhv-vamf-portal-portlet\src\main\java\gov\va\med\mhv\vamf\web\configuration VamfIntegrationPortletConfigurationClass.java Sat Sep 15 23:51:31 2018 UTC

213.2 Comparison summary

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

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

213.4 Active regular expressions

No regular expressions were active.

213.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.m hv.vamf.we b.configur ation;
  5  
  6   import jav ax.portlet .PortletCo nfig;
  7   import jav ax.portlet .RenderReq uest;
  8   import jav ax.portlet .RenderRes ponse;
  9  
  10   import com .liferay.p ortal.kern el.portlet .DefaultCo nfiguratio nAction;
  11  
  12   /**
  13    * @author   DNS
  14    *
  15    */
  16   public cla ss VamfInt egrationPo rtletConfi gurationCl ass extend s DefaultC onfigurati onAction {
  17           
  18           /*  (non-Java doc)
  19            *  @see com. liferay.po rtal.kerne l.portlet. Configurat ionAction# render(jav ax.portlet .PortletCo nfig, java x.portlet. RenderRequ est, javax .portlet.R enderRespo nse)
  20            * /
  21           @O verride
  22           pu blic Strin g render(P ortletConf ig portlet Config, Re nderReques t renderRe quest, Ren derRespons e renderRe sponse)
  23                             throws  Exception  {
  24                    retu rn "/html/ mobileInte gration/co nfiguratio n.jsp";
  25           }
  26  
  27   }