File tree 1 file changed +2
-2
lines changed
src/java.xml/share/classes/javax/xml/stream
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
56
56
* <p>The following paragraphs describe the namespace and prefix repair algorithm:
57
57
*
58
58
* <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 );}
60
60
*
61
61
* <p>This property specifies that the writer default namespace prefix declarations.
62
62
* The default value is false.
You can’t perform that action at this time.
0 commit comments