Fix system validation/registration

This commit is contained in:
mjudd 2007-01-22 19:04:33 +00:00
parent 3c47b9f8e6
commit 74d20b2f2d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class SystemValidate extends SvrProcess
*/
protected String doIt () throws Exception
{
return "";
return "@OK@";
} // doIt
} // SystemValidate