We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6647de2 commit 27d1250Copy full SHA for 27d1250
src/tinystruct/examples/redirectChecker.java
@@ -21,7 +21,7 @@ public class redirectChecker extends AbstractApplication {
21
@Override
22
public void init() {
23
// TODO Auto-generated method stub
24
- this.setAction("testing", "testing");
+ this.setAction("check", "start");
25
}
26
27
/**
@@ -43,7 +43,7 @@ public void init() {
43
Content-Type:[text/html; charset=iso-8859-1]
44
* @throws ApplicationException
45
*/
46
- public void testing() throws ApplicationException{
+ public void start() throws ApplicationException{
47
try
48
{
49
FileInputStream fileInput = new FileInputStream("url-rules.txt");
0 commit comments