From ddc8211514bef14b1a25fcb1cf74f68735427e06 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 11 Nov 2013 14:47:33 +0530 Subject: Now status/PresentFile class also contains the fileContent. This fileContent will be be used later to analyze the difference between the content of original scruffy file and the content of the scruffy file which is parsed through different Parsers. --- status/PresentFile.java | 1 + 1 file changed, 1 insertion(+) (limited to 'status') diff --git a/status/PresentFile.java b/status/PresentFile.java index 168575d..cd40b6c 100644 --- a/status/PresentFile.java +++ b/status/PresentFile.java @@ -31,6 +31,7 @@ public class PresentFile { public static String name; public static String author; public static File file; + public static String fileContent; } -- cgit v1.2.3