#165 cleaning up interim code
This commit is contained in:
parent
b3541231bc
commit
07f0cea0a0
@ -649,22 +649,6 @@ public abstract class AbstractLesson extends Screen implements Comparable<Object
|
||||
.append("/").append(getCategory().getRanking()).toString();
|
||||
}
|
||||
|
||||
// /**
|
||||
// * *Get the method for to provide to the UI for the attack submit
|
||||
// *
|
||||
// * @return
|
||||
// */
|
||||
// public String getSubmitMethod() {
|
||||
// System.out.println("### getting submitMethod");
|
||||
// if ("".equals(this.getLabelManager().get("submitMethod"))) {
|
||||
// System.out.println("*** submitMethod: GET");
|
||||
// return "GET";
|
||||
// } else {
|
||||
// System.out.println("*** submitMethod: " + this.getLabelManager().get("submitMethod"));
|
||||
// return this.getLabelManager().get("submitMethod");
|
||||
// }
|
||||
// }
|
||||
|
||||
/**
|
||||
* Get the link to the target servlet.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user