--- old/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/Messages.java 2013-08-13 18:18:05.216136295 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/Messages.java 2013-08-13 18:18:05.152133461 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -77,4 +77,10 @@ public static final String ERR_SIMPLE_CONTENT_EXPECTED = "SimpleContentExpected"; // arg:2 + + public static final String JAXP_UNSUPPORTED_PROPERTY = + "JAXPUnsupportedProperty"; // arg:1 + + public static final String JAXP_SUPPORTED_PROPERTY = + "JAXPSupportedProperty"; // arg:1 }