Skip to content

Commit dfcb199

Browse files
committed
Static fixes 2
1 parent 76b1931 commit dfcb199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/java/com/magento/idea/magento2plugin/util/PhpBundleMocker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
/**
1717
* Utility class for mocking the PhpBundle in tests.
18-
* <p>
19-
* This class provides methods to set up a mock for the PhpBundle,
18+
*
19+
* <p>This class provides methods to set up a mock for the PhpBundle,
2020
* which will return a fixed value for any key, avoiding the need for actual message keys in tests.
2121
*/
2222
public final class PhpBundleMocker {

src/test/java/com/magento/idea/magento2plugin/util/ResourceBundleMock.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
/**
1313
* Mock implementation of ResourceBundle for testing.
14-
* <p>
15-
* This class provides a dummy ResourceBundle that returns a fixed value for any key,
14+
*
15+
* <p>This class provides a dummy ResourceBundle that returns a fixed value for any key,
1616
* avoiding the need for actual message keys in tests.
1717
*/
1818
public class ResourceBundleMock extends ResourceBundle {

0 commit comments

Comments
 (0)