395. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/13/2018 10:35:31 AM 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.

395.1 Files compared

# Location File Last Modified
1 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\fw\service\config AbstractBeanFactoryPostProcessor.java Fri Dec 7 17:36:40 2018 UTC
2 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\fw\service\config AbstractBeanFactoryPostProcessor.java Wed Dec 12 19:46:45 2018 UTC

395.2 Comparison summary

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

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

395.4 Active regular expressions

No regular expressions were active.

395.5 Comparison detail

  1   ///******* ********** ********** ********** ********** ********** ********** *
  2   // * Copyr iight 2004  VHA. All  rights res erved
  3   // ******* ********** ********** ********** ********** ********** ********** *
  4   //// Packa ge
  5   //package  gov.va.med .fw.servic e.config;
  6   //
  7   //import j ava.io.Ser ializable;
  8   //
  9   //import o rg.springf ramework.b eans.facto ry.config. BeanFactor yPostProce ssor;
  10   //import o rg.springf ramework.c ore.Ordere d;
  11   //
  12   //import g ov.va.med. fw.service .AbstractC omponent;
  13   //
  14   ///**
  15   // * Provi des a defa ult implem entation f or factory  post proc essor that  is called
  16   // * after  a factory  is initia lized.
  17   // * 
  18   // * Proje ct: Framew ork</br> C reated on:  1:30:11 P M </br>
  19   // * 
  20   // * @auth or  DN S
  21   // */
  22   //public a bstract cl ass Abstra ctBeanFact oryPostPro cessor ext ends Abstr actCompone nt impleme nts
  23   //               Bean FactoryPos tProcessor , Ordered,  Serializa ble {
  24   //
  25   //      /* *
  26   //       *  An instan ce of seri alVersionU ID
  27   //       * /
  28   //      pr ivate stat ic final l ong serial VersionUID  = -544934 7499532912 130L;
  29   //
  30   //      /* *
  31   //       *  Ensure it  occurs la te (eg, af ter proper ty replace ment).
  32   //       * /
  33   //      pr ivate int  order = Co nfigPriori tyOrder.LO W;
  34   //
  35   //      /* *
  36   //       *  A default  construct or
  37   //       * /
  38   //      pr otected Ab stractBean FactoryPos tProcessor () {
  39   //               supe r();
  40   //      }
  41   //
  42   //      /* *
  43   //       *  @return R eturns the  order.
  44   //       * /
  45   //      pu blic int g etOrder()  {
  46   //               retu rn order;
  47   //      }
  48   //
  49   //      /* *
  50   //       *  @param or der
  51   //       *              The orde r to set.
  52   //       * /
  53   //      pu blic void  setOrder(i nt order)  {
  54   //               this .order = o rder;
  55   //      }
  56   //}