Author: seade Date: Mon May 7 17:44:53 2007 New Revision: 536036 URL: http://svn.apache.org/viewvc?view=rev&rev=536036 Log: Fixed typo and removed reference to a non-existent utility.
Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java?view=diff&rev=536036&r1=536035&r2=536036 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java Mon May 7 17:44:53 2007 @@ -28,7 +28,7 @@ * VelocitySecureScreen * * Always performs a Security Check that you've defined before - * executing the doBuildtemplate(). You should extend this class and + * executing the doBuildTemplate(). You should extend this class and * add the specific security check needed. If you have a number of * screens that need to perform the same check, you could make a base * screen by extending this class and implementing the isAuthorized(). @@ -71,8 +71,7 @@ /** * Implement this method to perform the security check needed. * You should set the template in this method that you want the - * user to be sent to if they're unauthorized. See the - * VelocitySecurityCheck utility. + * user to be sent to if they're unauthorized. * * @param data Turbine information. * @return True if the user is authorized to access the screen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]