Skip to content

Commit

Permalink
Issue #92 - Verifier performance - Ignore compile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfl committed Sep 2, 2012
1 parent 4ad684a commit 3f696a6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -125,6 +125,7 @@ private static final void write(Writer writer, String value) {
private static final Writer attributenamewriter = getWriter(attributefilename); private static final Writer attributenamewriter = getWriter(attributefilename);
private static final Writer characterdatawriter = getWriter(chardatafilename); private static final Writer characterdatawriter = getWriter(chardatafilename);


@SuppressWarnings("javadoc")
public static final void closeWriters() throws IOException { public static final void closeWriters() throws IOException {
if (!open.getAndSet(false)) { if (!open.getAndSet(false)) {
return; return;
Expand Down

0 comments on commit 3f696a6

Please sign in to comment.