Skip to content

Commit 346944a

Browse files
authored
Merge pull request #39 from Sandro642/feature/lang
Feature/lang
2 parents 9e1bfd3 + 990e87b commit 346944a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/fr/sandro642/github/misc/LangManager.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ private void loadLangFile(String langFilePath) {
115115
* @param messagePath The message path (e.g., "initialise.catcherror")
116116
* @param arguments Arguments to replace in the message (e.g., "exception", "NullPointerException")
117117
* @return The formatted message with replaced arguments
118-
*
119-
* @example
120118
* <pre>
121119
* getMessage("connectlib.class", "initialise.catcherror", "exception", "NullPointerException")
122120
* </pre>
@@ -142,8 +140,6 @@ public String getMessage(String category, String messagePath, String... argument
142140
* @param messagePath The message path (e.g., "initialise.catcherror")
143141
* @param arguments Map containing key-value pairs to replace placeholders
144142
* @return The formatted message with replaced arguments
145-
*
146-
* @example
147143
* <pre>
148144
* Map&lt;String, String&gt; args = new HashMap&lt;&gt;();
149145
* args.put("exception", "NullPointerException");

0 commit comments

Comments
 (0)