Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Commit d0d9a1d

Browse files
committed
#82 [doc] Typo in section 'Convention: Key not found'.
1 parent 16a46f9 commit d0d9a1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ If a `key` can't be found in the defined ResourceBundle then
314314

315315
```java
316316
public final class DefaultI18NResourceBundle implements I18NResourceBundle {
317+
318+
private static final String PATTERN_KEY_NAME = "<{0}>"; // NO18N
317319
...
318320
@Override
319321
public String getMessage(final String key, final Object... arguments) {

0 commit comments

Comments
 (0)