Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
xmldb-api
xmldb-api-java5-enum.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xmldb-api-java5-enum.patch of Package xmldb-api
--- xapi/src/api/org/xmldb/api/sdk/modules/SetContentHandler.java.orig 2008-08-18 16:31:55.212578028 -0400 +++ xapi/src/api/org/xmldb/api/sdk/modules/SetContentHandler.java 2008-08-18 16:32:15.300575124 -0400 @@ -168,9 +168,9 @@ } } - Enumeration enum = namespaces.keys(); - while ( enum.hasMoreElements() ) { - String key = (String) enum.nextElement(); + Enumeration kEnum = namespaces.keys(); + while ( kEnum.hasMoreElements() ) { + String key = (String) kEnum.nextElement(); newContent.append(" xmlns"); if (key.length() > 0) { newContent.append(":");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor