Skip to content

Commit 7951c8c

Browse files
committed
compile issue
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1935585 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6e203f1 commit 7951c8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/xmlbeans/impl/schema/BuiltinSchemaTypeSystem.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ public SchemaType typeForHandle(String handle)
578578
public void fillInType(int btc)
579579
{
580580
SchemaTypeImpl result = getBuiltinType(btc);
581-
SchemaType base;
581+
SchemaType base = null;
582582
SchemaType item = null;
583583
int variety = SchemaType.ATOMIC;
584584
int derivationType = SchemaType.DT_RESTRICTION;
@@ -723,8 +723,8 @@ else if (variety == SchemaType.ATOMIC)
723723
result.setPrimitiveTypeRef(base.getPrimitiveType().getRef());
724724
}
725725

726-
XmlValueRef[] facets;
727-
boolean[] fixedf;
726+
XmlValueRef[] facets = null;
727+
boolean[] fixedf = null;
728728
int wsr = SchemaType.WS_COLLAPSE;
729729
int decimalSize = SchemaType.NOT_DECIMAL;
730730

0 commit comments

Comments
 (0)