Skip to content

Commit 12584c2

Browse files
committed
New progress
1 parent e868d72 commit 12584c2

6 files changed

Lines changed: 899 additions & 606 deletions

File tree

spml/src/main/java/info/jab/xml/CursorRuleGenerator.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ public InputSource resolveEntity(String publicId, String systemId) {
3131
}
3232
}
3333

34-
public String generate() {
35-
// Use default files for backward compatibility
36-
return generate("112-java-maven-documentation.xml", "cursor-rule-generator.xsl");
37-
}
38-
3934
public String generate(String xmlFileName, String xslFileName) {
4035
try {
4136
// Load XML and XSLT from resources

0 commit comments

Comments
 (0)