jdk/test/java/util/logging/HigherResolutionTimeStamps/XmlFormatterNanos.java
changeset 32649 2ee9017c7597
parent 29117 7956b5dc0eac
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   119         public static Configuration apply(Properties props) {
   119         public static Configuration apply(Properties props) {
   120             return of(props).apply();
   120             return of(props).apply();
   121         }
   121         }
   122     }
   122     }
   123 
   123 
   124     final static List<Properties> properties;
   124     static final List<Properties> properties;
   125     static {
   125     static {
   126         Properties props1 = new Properties();
   126         Properties props1 = new Properties();
   127         props1.setProperty("test.name", "with XML nano element (default)");
   127         props1.setProperty("test.name", "with XML nano element (default)");
   128         Properties props2 = new Properties();
   128         Properties props2 = new Properties();
   129         props2.setProperty("test.name", "with XML nano element (standard=true, custom=false)");
   129         props2.setProperty("test.name", "with XML nano element (standard=true, custom=false)");