### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java,v retrieving revision 1.95.4.4 diff -u -r1.95.4.4 BinaryTypeBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java 22 Dec 2006 16:03:32 -0000 1.95.4.4 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java 8 Jan 2007 14:25:12 -0000 @@ -835,7 +835,6 @@ variable.superInterfaces = bounds == null ? Binding.NO_SUPERINTERFACES : bounds; if (firstBound == null) { firstBound = variable.superInterfaces.length == 0 ? null : variable.superInterfaces[0]; - variable.modifiers |= ClassFileConstants.AccInterface; } variable.firstBound = firstBound; }