Fixing javadoc

This commit is contained in:
Joakim Erdfelt 2015-09-25 09:20:55 -07:00
parent 0c9eba0485
commit 58203893b6
1 changed files with 1 additions and 0 deletions

View File

@ -2869,6 +2869,7 @@ public class ContextHandler extends ScopedHandler implements Attributes, Gracefu
/**
* @param context The context being entered
* @param request A request that is applicable to the scope, or null
* @param reason An object that indicates the reason the scope is being entered
*/
void enterScope(Context context, Request request, Object reason);