further working on clearing up compile errors

This commit is contained in:
benfry
2004-05-10 04:30:31 +00:00
parent e9399d05e0
commit ee34a5debe
4 changed files with 13 additions and 10 deletions

View File

@@ -697,7 +697,7 @@ public class PdeSketch {
boolean writeHtml = true;
if (appletDir.exists()) {
File htmlFile = new new File(appletDir, "index.html");
File htmlFile = new File(appletDir, "index.html");
if (htmlFile.exists() && !replaceHtml) {
writeHtml = false;
}