Skip to content

Commit

Permalink
Remove JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 11, 2024
1 parent a5bc9aa commit 6ef5e52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
import edu.hm.hafner.analysis.assertions.SoftAssertions;
import edu.hm.hafner.analysis.registry.AbstractParserTest;

/**
* Tests the class {@link AndroidLintAdapter}.
*
* @author Ullrich Hafner
*/
class AndroidLintAdapterTest extends AbstractParserTest {
AndroidLintAdapterTest() {
super("android-lint.xml");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

import static edu.hm.hafner.analysis.assertions.Assertions.*;

/**
* Tests the class {@link CodeNarcAdapter}.
*
* @author Ullrich Hafner
*/
class AnsibleLaterAdapterTest extends AbstractParserTest {
AnsibleLaterAdapterTest() {
super("ansible-later.json");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
import edu.hm.hafner.analysis.assertions.SoftAssertions;
import edu.hm.hafner.analysis.registry.AbstractParserTest;

/**
* Tests the class {@link CodeNarcAdapter}.
*
* @author Ullrich Hafner
*/
class BanditAdapterTest extends AbstractParserTest {
BanditAdapterTest() {
super("bandit.txt");
Expand Down

0 comments on commit 6ef5e52

Please sign in to comment.