Fixed build issue
This commit is contained in:
parent
2d1a7d647c
commit
6e901569dc
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class ApacheService implements WAService {
|
||||||
public WAServiceConfig[] getConfigurations() {
|
public WAServiceConfig[] getConfigurations() {
|
||||||
if(config == null)
|
if(config == null)
|
||||||
config = new WAServiceConfig[]{
|
config = new WAServiceConfig[]{
|
||||||
new ApacheConfigVirtualHost()
|
//new ApacheConfigVirtualHost()
|
||||||
};
|
};
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue