Author: fanningpj
Date: Thu Apr 20 18:37:55 2023
New Revision: 1909295
URL: http://svn.apache.org/viewvc?rev=1909295&view=rev
Log:
typo
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeSystemImpl.java
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeSystemImpl.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeSystemImpl.java?rev=1909295&r1=1909294&r2=1909295&view=diff
==============================================================================
---
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeSystemImpl.java
(original)
+++
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/schema/SchemaTypeSystemImpl.java
Thu Apr 20 18:37:55 2023
@@ -557,7 +557,7 @@ public class SchemaTypeSystemImpl extend
if (_random == null) {
try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {
try (LongUTFDataOutputStream daos = new
LongUTFDataOutputStream(baos)) {
- // at least 10 bits of unqieueness, right? Maybe even 50
or 60.
+ // at least 10 bits of uniqueness, right? Maybe even 50
or 60.
daos.writeInt(System.identityHashCode(SchemaTypeSystemImpl.class));
String[] props = new String[]{"user.name", "user.dir",
"user.timezone", "user.country", "java.class.path", "java.home", "java.vendor",
"java.version", "os.version"};
for (String s : props) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]