Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help/src/org/eclipse/help/internal/xhtml/UAContentParser.java')
-rw-r--r--org.eclipse.help/src/org/eclipse/help/internal/xhtml/UAContentParser.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/org.eclipse.help/src/org/eclipse/help/internal/xhtml/UAContentParser.java b/org.eclipse.help/src/org/eclipse/help/internal/xhtml/UAContentParser.java
index d86e0b48e..954bf0be6 100644
--- a/org.eclipse.help/src/org/eclipse/help/internal/xhtml/UAContentParser.java
+++ b/org.eclipse.help/src/org/eclipse/help/internal/xhtml/UAContentParser.java
@@ -123,12 +123,7 @@ public class UAContentParser {
}
- /**
- * General parser method that can accept both String and InputStream for parsing.
- *
- * @param fileObject
- * @return
- */
+
private Document doParse(Object fileObject) {
Document document = null;
try {

Back to the top