Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit ce486df

Browse files
committed
java doc not allowed
1 parent 036224f commit ce486df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/velocitypackage/webJ/materials/NotSupportedMessageFormatException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public NotSupportedMessageFormatException()
2020

2121
/**
2222
* Constructor
23-
* @param format supported format as array / varargs -> IMPORTANT: It's not a format check
23+
* @param format supported format as array / varargs - IMPORTANT: It's not a format check
2424
*/
2525
public NotSupportedMessageFormatException(String... format)
2626
{

0 commit comments

Comments
 (0)