Skip to content
Snippets Groups Projects
Commit 8cd20dde authored by brinn's avatar brinn
Browse files

fix: warnings in Eclipse 3.5

SVN: 11834
parent 3d0a3ba3
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ public final class AnnotationUtilsTest
// Helper classes
//
@SuppressWarnings("unused")
private static class A
{
......@@ -139,6 +140,7 @@ public final class AnnotationUtilsTest
}
}
@SuppressWarnings("unused")
private final static class B extends A
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment