Skip to content

Commit 43327c0

Browse files
committed
Fixed static tests
1 parent 1b3d3f4 commit 43327c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/com/magento/idea/magento2plugin/actions/generation/data/code/ClassPropertyData.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
public class ClassPropertyData {
1313
private final List<String> data = new ArrayList<>();
1414

15+
/**
16+
* Constructor.
17+
*/
1518
public ClassPropertyData(
1619
final String type,
1720
final String lowerCamelName,

0 commit comments

Comments
 (0)