Skip to content

Commit

Permalink
Issue checkstyle#4586: Moved all resources for SingleLineJavadocCheck…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
djydewang committed Jul 10, 2017
1 parent 1cc633b commit a3dc598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -35,7 +35,8 @@ public class SingleLineJavadocCheckTest extends BaseCheckTestSupport {
@Override
protected String getPath(String filename) throws IOException {
return super.getPath("checks" + File.separator
+ "javadoc" + File.separator + filename);
+ "javadoc" + File.separator
+ "singlelinejavadoc" + File.separator + filename);
}

@Test
Expand Down
@@ -1,5 +1,5 @@
package com.puppycrawl.tools.checkstyle.checks.javadoc;
class Foo{
package com.puppycrawl.tools.checkstyle.checks.javadoc.singlelinejavadoc;
class InputSingleLineJavadoc {

/** As of JDK 1.1, replaced by {@link #setBounds(int,int,int,int)} */
void foo() {}
Expand Down

0 comments on commit a3dc598

Please sign in to comment.