Skip to content

Commit

Permalink
Address reviews
Browse files Browse the repository at this point in the history
Co-authored-by: _tud <[email protected]>
  • Loading branch information
Pikachu920 and UnderscoreTud authored Sep 9, 2024
1 parent 9e33cf6 commit 704eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/doc/JSONGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public JSONGenerator(File templateDir, File outputDir) {
* @param strings the String array to convert
* @return the JsonArray containing the Strings
*/
private static @Nullable JsonArray convertToJsonArray(String @Nullable[] strings) {
private static @Nullable JsonArray convertToJsonArray(String @Nullable [] strings) {
if (strings == null)
return null;
JsonArray jsonArray = new JsonArray();
Expand Down

0 comments on commit 704eb04

Please sign in to comment.