Fixed jdk 1.5 compatibility error.
This commit is contained in:
parent
1fb1574080
commit
603301b433
|
@ -49,12 +49,10 @@ public class ASFactory {
|
||||||
if (applicationServer == null) {
|
if (applicationServer == null) {
|
||||||
applicationServer = new IApplicationServer() {
|
applicationServer = new IApplicationServer() {
|
||||||
|
|
||||||
@Override
|
|
||||||
public int getDefaultNamingServicePort() {
|
public int getDefaultNamingServicePort() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public Hashtable<String, String> getInitialContextEnvironment(
|
public Hashtable<String, String> getInitialContextEnvironment(
|
||||||
String AppsHost, int AppsPort, String principal,
|
String AppsHost, int AppsPort, String principal,
|
||||||
String credential) {
|
String credential) {
|
||||||
|
|
Loading…
Reference in New Issue