Skip to content

Commit

Permalink
Merge branch 'master' into renovate/pmd-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
anasoid authored Sep 26, 2024
2 parents 4b35d79 + 37819ca commit d3bbbbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ subprojects {
checkstyle {

configFile = rootProject.file('config/checkstyle/google_checks.xml')
toolVersion "10.17.0"
toolVersion "10.18.1"
ignoreFailures = false
maxErrors = 0
maxWarnings = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class InitHelper {

private InitHelper() {}

/** init Test Element (Internal).s */
/** init Test Element (Internal). */
public static void init(Object source) {

if (source instanceof TestElementWrapper) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

/** Gui WRAPPER. */
public interface JMeterGUIWrapper<G extends JMeterGUIComponent> {
/** Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement */
/** Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement. */
Class<?> getGuiClass();
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public List<TestElementWrapper<?>> getChildren() {
return null;
}

/** Test Class used by Jmeter TestElement.TEST_CLASS @See TestElement */
/** Test Class used by Jmeter TestElement.TEST_CLASS @See TestElement. */
@JmcMethodAlias("guiclass")
@JmcAsAttribute
public String getGuiClassAsString() {
Expand Down

0 comments on commit d3bbbbe

Please sign in to comment.