aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/core/src/main/j2me/org/spongycastle/util/Integers.java
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spongycastle/core/src/main/j2me/org/spongycastle/util/Integers.java')
-rw-r--r--libraries/spongycastle/core/src/main/j2me/org/spongycastle/util/Integers.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/spongycastle/core/src/main/j2me/org/spongycastle/util/Integers.java b/libraries/spongycastle/core/src/main/j2me/org/spongycastle/util/Integers.java
deleted file mode 100644
index 3ac592d3c..000000000
--- a/libraries/spongycastle/core/src/main/j2me/org/spongycastle/util/Integers.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package org.spongycastle.util;
-
-public class Integers
-{
- public static Integer valueOf(int value)
- {
- return new Integer(value);
- }
-}