Skip to content

Commit

Permalink
Updated javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj5 committed Dec 5, 2018
1 parent f0f6f29 commit 65d95cd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -62,8 +62,8 @@ public static Fetcher createFetcher() {
* your main method and your handler. As our crawler runs asynchronously,
* you will not be able to directly pass parameters to or directly
* return objects from the handler. To overcome this, we will use a session
* store. We have already created the session key above, your task will be
* to insert this key into a session.
* store. We have already created the session key above {@see PAPER_LIST_KEY},
* your task will be to insert this key into a session.
* </p>
*
* @return a new instance of session
Expand Down

0 comments on commit 65d95cd

Please sign in to comment.