package com.yihu.ehr.model.verify; /** * @author Airhead * @version 1.0 * @created 22-5-2015 11:24:23 */ public class AuthorizationVeryify implements IVerifier { public AuthorizationVeryify(){ } public void finalize() throws Throwable { } /** * */ public boolean check(){ return false; } @Override public String getErrorInfo() { return null; } }//end AuthorizationVeryify