Skip to content

Commit

Permalink
yegor256#42 javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzaytsev committed Apr 30, 2015
1 parent 658d856 commit 48c9e9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/java/org/takes/facets/auth/social/PsGithubTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@
* @author Dmitry Zaytsev ([email protected])
* @version $Id$
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @since 0.14.3
* @since 0.15.2
* @todo #42:30min/DEV when task #229 will be completed please add new check
* for the form parameter "code" after line 75. This parameter should
* be equals the variable with name "code", see line 65.
*/
public final class PsGithubTest {
/**
* PsGithub can login.
* @throws IOException If some problem inside
* @checkstyle MultipleStringLiteralsCheck (500 lines)
*/
@Test
public void canLogin() throws IOException {
Expand Down

0 comments on commit 48c9e9e

Please sign in to comment.