This commit is contained in:
tool4EvEr
2023-02-01 12:24:38 +01:00
parent 6b0e7c9307
commit e1f70c8906
10 changed files with 7 additions and 17 deletions

View File

@@ -70,7 +70,6 @@ public enum CSubmenuReleaseNotes implements ICDoc {
* Returns content of README.txt (release) or CHANGES.txt (snapshot).
*/
private static String getReleaseNotes() {
final String filename = ForgeConstants.CHANGES_FILE_NO_RELEASE;
final String filePath = FileUtil.pathCombine(System.getProperty("user.dir"), filename);
@@ -87,7 +86,6 @@ public enum CSubmenuReleaseNotes implements ICDoc {
} else {
notes = filePath + "\nis MISSING!";
}
return notes;
}