Fixed jdk 1.5 compatibility error.

This commit is contained in:
Heng Sin Low 2008-12-04 01:44:08 +00:00
parent 1fb1574080
commit 603301b433
1 changed files with 0 additions and 2 deletions

View File

@ -49,12 +49,10 @@ public class ASFactory {
if (applicationServer == null) {
applicationServer = new IApplicationServer() {
@Override
public int getDefaultNamingServicePort() {
return 0;
}
@Override
public Hashtable<String, String> getInitialContextEnvironment(
String AppsHost, int AppsPort, String principal,
String credential) {