Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Pick committed Aug 16, 2014
1 parent 020b2c3 commit 915fb67
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -94,6 +94,7 @@ public void generateThumbnail(File input, File output) throws ThumbnailerExcepti
}
}

@SuppressWarnings("unused")
private void debugOutputObjects(Object[][] readObjects) {
for (int i = 0; i < readObjects.length; i++)
{
Expand All @@ -107,6 +108,7 @@ private void debugOutputObjects(Object[][] readObjects) {
}
}

@SuppressWarnings("unused")
private void debugOutputHashtable(Hashtable<?, ?> parsedScratchFile) {
for (Entry<?, ?> key : parsedScratchFile.entrySet())
{
Expand Down

0 comments on commit 915fb67

Please sign in to comment.