diff jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java @ 23297:4b58c92e939b

remove redundant modifiers
author Manuel Rigger <rigger.manuel@gmail.com>
date Tue, 02 Feb 2016 16:19:37 +0100
parents 1bbd4a7c274b
children 293eb76b86d3
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java	Sun Jan 31 22:39:09 2016 +0100
+++ b/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java	Tue Feb 02 16:19:37 2016 +0100
@@ -500,7 +500,7 @@
         final Method implementation;
         final Set<Method> declarations;
 
-        public Declarations(Method impl) {
+        Declarations(Method impl) {
             this.implementation = impl;
             declarations = new HashSet<>();
         }