diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/test/CryptUtilsTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/test/CryptUtilsTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/test/CryptUtilsTest.java b/tests/src/cgeo/geocaching/test/CryptUtilsTest.java index 8a59738..7966943 100644 --- a/tests/src/cgeo/geocaching/test/CryptUtilsTest.java +++ b/tests/src/cgeo/geocaching/test/CryptUtilsTest.java @@ -4,6 +4,7 @@ import cgeo.geocaching.utils.CryptUtils; import junit.framework.TestCase; +@SuppressWarnings("static-method") public class CryptUtilsTest extends TestCase { public void testROT13() { assertEquals("", CryptUtils.rot13("")); |
