summaryrefslogtreecommitdiffstats
path: root/parsers/Paragraphs.java
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-10-26 21:48:35 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-10-26 21:48:35 +0530
commit76c496db007519125bd478ad81afb9763db7259c (patch)
tree9c0a6f9c95fa36769268031cc25cca9b940317a4 /parsers/Paragraphs.java
parent8ea18f49eb5ed2034c1903c9e50aa6c3cbb0f896 (diff)
added:
parsers/DocumentDate.java modified: parsers/Paragraphs.java
Diffstat (limited to 'parsers/Paragraphs.java')
-rw-r--r--parsers/Paragraphs.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsers/Paragraphs.java b/parsers/Paragraphs.java
index 2229d35..29a546a 100644
--- a/parsers/Paragraphs.java
+++ b/parsers/Paragraphs.java
@@ -26,7 +26,6 @@ import java.util.regex.*;
public class Paragraphs implements Parser {
private String paragraph = "<p>\n$0</p>\n";
public String parse(String fileContent) {
- System.out.println("Paragraph parsing...");
/**
* This regex contains two parts seperated by a '|'; the first
* part is regex for a html Heading (See Heading.java) and the