Skip to content

Commit

Permalink
Restore i18n string incorrectly removed back in 2011
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Oct 9, 2023
1 parent a495839 commit 2bc30ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/jakarta/el/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ propertyNotWritable=Property [{1}] not writable on type [{0}]
propertyReadError=Error reading [{1}] on type [{0}]
propertyWriteError=Error writing [{1}] on type [{0}]

resolverNotWritable=ELResolver not writable for type [{0}]

staticFieldELResolver.methodNotFound=No matching public static method named [{0}] found on class [{1}]
staticFieldELResolver.notFound=No public static field named [{0}] was found on exported class [{1}]
staticFieldELResolver.notWritable=Writing to static fields (in this case field [{0}] on class [{1}]) is not permitted
Expand Down

0 comments on commit 2bc30ce

Please sign in to comment.