Skip to content

Commit

Permalink
#146 javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 15, 2017
1 parent 35eed69 commit f53b6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cactoos/io/InputAsLSInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.cactoos.text.BytesAsText;
import org.w3c.dom.ls.LSInput;

// @checkstyle AbbreviationAsWordInNameCheck (10 lines)
/**
* Input as LSInput.
*
Expand All @@ -40,7 +41,6 @@
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.6
* @checkstyle AbbreviationAsWordInNameCheck (10 lines)
*/
public final class InputAsLSInput implements LSInput {

Expand Down Expand Up @@ -72,13 +72,13 @@ public InputAsLSInput(final Input inpt) {
this(inpt, "#public", "#system", "#base");
}

// @checkstyle ParameterNumberCheck (10 lines)
/**
* Ctor.
* @param inpt Input
* @param pubid PublicID
* @param sysid SystemID
* @param bse Base
* @checkstyle ParameterNumberCheck (5 lines)
*/
public InputAsLSInput(final Input inpt, final String pubid,
final String sysid, final String bse) {
Expand Down

0 comments on commit f53b6e6

Please sign in to comment.