| Line 32... |
Line 32... |
| 32 |
static {
|
32 |
static {
|
| 33 |
try {
|
33 |
try {
|
| 34 |
snippetFileNames.put("product-index", BASE_PATH + "productindex.html");
|
34 |
snippetFileNames.put("product-index", BASE_PATH + "productindex.html");
|
| 35 |
snippetFileNames.put("accessories-compatibility-index", BASE_PATH + "accessories-compatibility-index.html");
|
35 |
snippetFileNames.put("accessories-compatibility-index", BASE_PATH + "accessories-compatibility-index.html");
|
| 36 |
snippetFileNames.put("most-compared-phones", BASE_PATH + "most-compared-index.html");
|
36 |
snippetFileNames.put("most-compared-phones", BASE_PATH + "most-compared-index.html");
|
| - |
|
37 |
snippetFileNames.put("most-frequently-searched", BASE_PATH + "most-frequently-searched.html");
|
| 37 |
|
38 |
|
| 38 |
for (String index: snippetFileNames.keySet()) {
|
39 |
for (String index: snippetFileNames.keySet()) {
|
| 39 |
|
40 |
|
| 40 |
FileReader fr = new FileReader(snippetFileNames.get(index));
|
41 |
FileReader fr = new FileReader(snippetFileNames.get(index));
|
| 41 |
BufferedReader br = new BufferedReader(fr);
|
42 |
BufferedReader br = new BufferedReader(fr);
|