Skip to content

Commit 27d1250

Browse files
authored
Update redirectChecker.java
1 parent 6647de2 commit 27d1250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tinystruct/examples/redirectChecker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class redirectChecker extends AbstractApplication {
2121
@Override
2222
public void init() {
2323
// TODO Auto-generated method stub
24-
this.setAction("testing", "testing");
24+
this.setAction("check", "start");
2525
}
2626

2727
/**
@@ -43,7 +43,7 @@ public void init() {
4343
Content-Type:[text/html; charset=iso-8859-1]
4444
* @throws ApplicationException
4545
*/
46-
public void testing() throws ApplicationException{
46+
public void start() throws ApplicationException{
4747
try
4848
{
4949
FileInputStream fileInput = new FileInputStream("url-rules.txt");

0 commit comments

Comments
 (0)