aboutsummaryrefslogtreecommitdiffstats
path: root/dcevm
diff options
context:
space:
mode:
authorIvan Dubrov <idubrov@guidewire.com>2014-04-30 16:52:39 -0700
committerIvan Dubrov <idubrov@guidewire.com>2014-04-30 16:52:39 -0700
commita57510028177cdeb17f8a2629baec0144906e7e4 (patch)
tree30234f68ccbddf7893e4174ece2f330822ae4aa3 /dcevm
parent937c121ca1243d734210f6f08b7bffef7a26e3ae (diff)
downloaddcevm-a57510028177cdeb17f8a2629baec0144906e7e4.tar.gz
dcevm-a57510028177cdeb17f8a2629baec0144906e7e4.zip
Fixing interface methods testlight-jdk8u5+50
Diffstat (limited to 'dcevm')
-rw-r--r--dcevm/src/test/java8/com/github/dcevm/test/methods/InterfaceMethodsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcevm/src/test/java8/com/github/dcevm/test/methods/InterfaceMethodsTest.java b/dcevm/src/test/java8/com/github/dcevm/test/methods/InterfaceMethodsTest.java
index 25967828..33e89610 100644
--- a/dcevm/src/test/java8/com/github/dcevm/test/methods/InterfaceMethodsTest.java
+++ b/dcevm/src/test/java8/com/github/dcevm/test/methods/InterfaceMethodsTest.java
@@ -56,7 +56,7 @@ public class InterfaceMethodsTest {
// Version 1
public static interface A___1 {
- public static long staticMethod() {
+ public static int staticMethod() {
return 2;
}
}