summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
Diffstat (limited to 'styling')
-rw-r--r--styling/StyleChecker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/styling/StyleChecker.java b/styling/StyleChecker.java
index 68d7b46..3a2cc4e 100644
--- a/styling/StyleChecker.java
+++ b/styling/StyleChecker.java
@@ -28,7 +28,7 @@ public class StyleChecker {
private File curDir;
private String styleContent;
- public void resolve(File curDir) {
+ public void check(File curDir) {
this.curDir = curDir.getAbsoluteFile();
styleSheet = new File(curDir,"style.css");
// if style shee doesn't exists, copy default sheet