remove old commented out code
This commit is contained in:
parent
ad3c92d66e
commit
282e2a95c7
1 changed files with 0 additions and 4 deletions
|
@ -41,10 +41,6 @@ public abstract class FileList extends BaseTemplateModel {
|
||||||
for (String file : list) {
|
for (String file : list) {
|
||||||
tags += getTag(file);
|
tags += getTag(file);
|
||||||
}
|
}
|
||||||
// Iterator<String> i = list.iterator();
|
|
||||||
// while (i.hasNext()) {
|
|
||||||
// tags += getTag(i.next());
|
|
||||||
// }
|
|
||||||
return tags;
|
return tags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue