src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataFormatImpl.java

Print this page

        

*** 1250,1260 **** return objv.arrayMaxLength; } // Standard format descriptor ! private synchronized static void createStandardFormat() { if (standardFormat == null) { standardFormat = new StandardMetadataFormat(); } } --- 1250,1260 ---- return objv.arrayMaxLength; } // Standard format descriptor ! private static synchronized void createStandardFormat() { if (standardFormat == null) { standardFormat = new StandardMetadataFormat(); } }