summaryrefslogtreecommitdiffstats
path: root/styling/StyleChecker.java
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-12-21 09:25:21 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-12-21 09:25:21 +0530
commit3d807dc03b68d3991fdf3d7e147b5309bd6f3703 (patch)
tree105cff44facc39a2683281649175bbe75b6db27b /styling/StyleChecker.java
parent86c7e3798569604e83e9f13adfe232021cdb0967 (diff)
[method named changed]: The method named 'resolve()' in styling/StyleChecker.java is changed to 'check()'.
modified: conversion/ConvertDirectory.java styling/StyleChecker.java
Diffstat (limited to 'styling/StyleChecker.java')
-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