typo
This commit is contained in:
@ -23,7 +23,7 @@ if (c != null && c.length() > 0) {
|
|||||||
rendered = true;
|
rendered = true;
|
||||||
} catch (java.io.IOException ioe) {}
|
} catch (java.io.IOException ioe) {}
|
||||||
if (rendered)
|
if (rendered)
|
||||||
cout.close();;
|
cout.close();
|
||||||
}
|
}
|
||||||
if (!rendered)
|
if (!rendered)
|
||||||
response.sendError(404, "Not found");
|
response.sendError(404, "Not found");
|
||||||
|
Reference in New Issue
Block a user