You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
439 B
12 lines
439 B
![]()
2 years ago
|
package net.yacy.htroot;
|
||
|
|
||
![]()
15 years ago
|
import net.yacy.cora.protocol.RequestHeader;
|
||
![]()
13 years ago
|
import net.yacy.server.serverObjects;
|
||
|
import net.yacy.server.serverSwitch;
|
||
![]()
15 years ago
|
|
||
|
public class Table_RobotsTxt_p {
|
||
![]()
13 years ago
|
public static serverObjects respond(@SuppressWarnings("unused") final RequestHeader header, @SuppressWarnings("unused") final serverObjects post, @SuppressWarnings("unused") final serverSwitch env) {
|
||
![]()
15 years ago
|
return new serverObjects();
|
||
|
}
|
||
|
}
|