Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6225652

Typo in method com.sun.org.apache.xerces.internal.xinclude.XPointerSchema.getNextXPointerSchema()

XMLWordPrintable

    • 1.4
    • generic
    • generic
    • Verified

      There is a semicolon too much in com.sun.org.apache.xerces.internal.xinclude.XPointerSchema.getNextXPointerSchema()

                  if(fSchemaNotAvailable == null);
                  fSchemaNotAvailable = new Stack();

      It should be corrected:

                  if(fSchemaNotAvailable == null)
                  fSchemaNotAvailable = new Stack();

      ###@###.### 2005-2-04 16:45:14 GMT

            duke J. Duke
            jloefflm Johann Löfflmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: