Skip to content

Commit

Permalink
corrected javadoc: true iff page is *already* created
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmeier committed Apr 3, 2013
1 parent 0aabf66 commit 12d3bd3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -42,8 +42,8 @@ public interface IPageRequestHandler extends IPageClassRequestHandler
/**
* Checks if the page instance is already created or if it will be created when
* {@link #getPage()} is called
*
* @return {@code true} iff page instance is not yet created
*
* @return {@code true} iff page instance is already created
*/
boolean isPageInstanceCreated();

Expand Down

0 comments on commit 12d3bd3

Please sign in to comment.