Merge "Issue #2824 Fix null at end of validation message." into development

Former-commit-id: 199b6eb3fd [formerly bf7a958302 [formerly f7f49ef1cb] [formerly 199b6eb3fd [formerly 2b79c54340f7a2bb9492435117db77bb9c6d01a3]]]
Former-commit-id: bf7a958302 [formerly f7f49ef1cb]
Former-commit-id: bf7a958302
Former-commit-id: 7525a8e0db
This commit is contained in:
Ron Anderson 2014-03-10 17:54:51 -05:00 committed by Gerrit Code Review
commit 4c628b7fc9

View file

@ -201,7 +201,7 @@ public class FetchActiveTableSrv implements ISiteActivationListener {
*/
@Override
public String validateConfig(String siteID) {
return null;
return "";
}
/*