Issue #2824 Fix null at end of validation message.
Change-Id: Ifdf54cabf0b3bc44e7492c8a4d8a5f1969e4daa1 Former-commit-id:ac39b1accb
[formerlyac39b1accb
[formerly 24ae011033b851364e4c6efe98488c4066cfd042]] Former-commit-id:f0294a3ff8
Former-commit-id:b3b6d93b4c
This commit is contained in:
parent
f122bb7ac9
commit
4494ed5b20
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