Subversion Repositories SmartDukaan

Rev

Rev 3082 | Rev 22640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3082 Rev 6522
Line 43... Line 43...
43
        fileWriter.close();
43
        fileWriter.close();
44
    }
44
    }
45
 
45
 
46
    public static void main(String[] args) throws JSONException, IOException {
46
    public static void main(String[] args) throws JSONException, IOException {
47
        SpecialPageJSONConvertor bjc = new SpecialPageJSONConvertor();
47
        SpecialPageJSONConvertor bjc = new SpecialPageJSONConvertor();
48
        bjc.writeToJSONFile(new File("/home/mandeep/special-pages.json"));
48
        bjc.writeToJSONFile(new File("/home/amit/special-pages.json"));
49
    }
49
    }
50
}
50
}