mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 07:10:51 +00:00
updated build script
few javadoc fixes
This commit is contained in:
@@ -113,7 +113,7 @@ public class Highlighting {
|
||||
* Beggining of hilight of method
|
||||
*
|
||||
* @param index
|
||||
* @return
|
||||
* @return Hilighted method begin
|
||||
*/
|
||||
public static String hilighMethodBegin(long index) {
|
||||
if (!doHighlight) {
|
||||
@@ -125,7 +125,7 @@ public class Highlighting {
|
||||
/**
|
||||
* Ending of hilight of method
|
||||
*
|
||||
* @return
|
||||
* @return Hilighted method end
|
||||
*/
|
||||
public static String hilighMethodEnd() {
|
||||
if (!doHighlight) {
|
||||
|
||||
Reference in New Issue
Block a user