Merge "Issue #2824 Fix null at end of validation message." into development
Former-commit-id:199b6eb3fd
[formerlybf7a958302
[formerlyf7f49ef1cb
] [formerly199b6eb3fd
[formerly 2b79c54340f7a2bb9492435117db77bb9c6d01a3]]] Former-commit-id:bf7a958302
[formerlyf7f49ef1cb
] Former-commit-id:bf7a958302
Former-commit-id:7525a8e0db
This commit is contained in:
commit
4c628b7fc9
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public class FetchActiveTableSrv implements ISiteActivationListener {
|
|||
*/
|
||||
@Override
|
||||
public String validateConfig(String siteID) {
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue