diff options
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties')
-rw-r--r-- | org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties index 6f180f2ea2..d0a0e3da7c 100644 --- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties +++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties @@ -1059,6 +1059,7 @@ 1758 = Illegal parameter name {0} in canonical constructor, expected {1}, the corresponding component name 1759 = Illegal explicit assignment of a final field {0} in compact constructor 1760 = A non-canonical constructor must start with an explicit invocation to a constructor +1761 = A local interface, enum or record {0} is implicitly static; cannot have explicit static declaration 1780 = The pattern variable {0} is not in scope in this location |