Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 9468102

Browse files
committed
[v2.1.0-jv8]
1 parent c311ec0 commit 9468102

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/github/yuttyann/scriptblockplus/file/json/legacy/ConvartList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private ConvartList(@NotNull Plugin plugin, @NotNull String folder) {
6767
}
6868

6969
/**
70-
* フォーマットバージョンを保存します
70+
* {@link ConvartList}を作成します
7171
* @param plugin - プラグイン
7272
* @param folder - フォルダの名前(例: json)
7373
* @return {@link ConvartList} - コンバートリスト

src/main/java/com/github/yuttyann/scriptblockplus/file/json/legacy/FormatVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public final class FormatVersion implements Serializable {
2727

2828
private static final long serialVersionUID = 1L;
2929

30-
public static FormatVersion ZERO = new FormatVersion(0.0);
31-
public static FormatVersion CURRENT = new FormatVersion(2.0);
30+
public static final FormatVersion ZERO = new FormatVersion(0.0);
31+
public static final FormatVersion CURRENT = new FormatVersion(2.0);
3232

3333
private final double version;
3434

0 commit comments

Comments
 (0)