Skip to content

Commit 638a1ea

Browse files
committed
chore: fix sonar issues
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 9b2a228 commit 638a1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/mainidewindow/toolwindowspane/ToolWindowRightToolbar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@DefaultXpath(by = "ToolWindowRightToolbar type", xpath = "//div[@class='ToolWindowRightToolbar']")
1717
@FixtureName(name = "Tool Window Right Toolbar")
18-
public class ToolWindowRightToolbar extends CommonContainerFixture {
18+
public class ToolWindowRightToolbar extends CommonContainerFixture {
1919

2020
public ToolWindowRightToolbar(@NotNull RemoteRobot remoteRobot, @NotNull RemoteComponent remoteComponent) {
2121
super(remoteRobot, remoteComponent);

0 commit comments

Comments
 (0)