Skip to content

Commit

Permalink
Merge branch 'master' into renovate/checkstyle-10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
anasoid authored Sep 26, 2024
2 parents 16f9212 + e1c2eef commit 9151a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 9151a92

Please sign in to comment.