40. EPMO Open Source Coordination Office Redaction File Detail Report

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

40.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_common\mhv-common-api\src\main\java\gov\va\med\mhv\common\api\jaxrs MhvCustomObjectMapperProvider.java Thu Aug 23 21:31:20 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_common\mhv-common-api\src\main\java\gov\va\med\mhv\common\api\jaxrs MhvCustomObjectMapperProvider.java Sat Sep 15 19:52:58 2018 UTC

40.2 Comparison summary

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

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

40.4 Active regular expressions

No regular expressions were active.

40.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.m hv.common. api.jaxrs;
  5  
  6   import jav ax.ws.rs.e xt.Context Resolver;
  7   import jav ax.ws.rs.e xt.Provide r;
  8  
  9   import com .fasterxml .jackson.d atabind.Ob jectMapper ;
  10  
  11   import gov .va.med.mh v.common.a pi.jackson .MhvIgnore UnknownPro pertiesObj ectMapper;
  12  
  13   /**
  14    * @author   DNS
  15    *
  16    */
  17   @Provider
  18   public cla ss MhvCust omObjectMa pperProvid er impleme nts Contex tResolver< ObjectMapp er> {
  19           
  20           pr ivate fina l ObjectMa pper mhvOb jectMapper  = new Mhv IgnoreUnkn ownPropert iesObjectM apper();
  21           
  22           @O verride
  23           pu blic Objec tMapper ge tContext(C lass<?> ty pe) {
  24                    retu rn mhvObje ctMapper;
  25           }
  26  
  27   }