File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/java.xml/share/classes/javax/xml/stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2009, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2009, 2023 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
5656 * <p>The following paragraphs describe the namespace and prefix repair algorithm:
5757 *
5858 * <p>The property can be set with the following code line:
59- * {@code setProperty("javax.xml.stream.isRepairingNamespaces", new Boolean(true|false) );}
59+ * {@code setProperty("javax.xml.stream.isRepairingNamespaces", Boolean.TRUE );}
6060 *
6161 * <p>This property specifies that the writer default namespace prefix declarations.
6262 * The default value is false.
You can’t perform that action at this time.
0 commit comments