Issue #2824 Fix null at end of validation message.
Change-Id: Ifdf54cabf0b3bc44e7492c8a4d8a5f1969e4daa1 Former-commit-id:f0294a3ff8
[formerly61148935cf
[formerlyac39b1accb
] [formerlyf0294a3ff8
[formerly 24ae011033b851364e4c6efe98488c4066cfd042]]] Former-commit-id:61148935cf
[formerlyac39b1accb
] Former-commit-id:61148935cf
Former-commit-id:f4f807d03b
This commit is contained in:
parent
208070fd95
commit
3b9fddd454
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