Skip to content

Commit cafa5d4

Browse files
Fixed java docs
1 parent 6f8bdac commit cafa5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/com/magento/idea/magento2plugin/actions/generation/generator/util/eav/AttributeMapperFactory.java

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

66
public class AttributeMapperFactory {
77
/**
8-
* Create entity mapper by entity class
8+
* Create entity mapper by entity class.
99
*
1010
* @param entityClass String
1111
*/

src/com/magento/idea/magento2plugin/magento/files/EavAttributeDataPatchPhp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void setFileName(String fileName) {
1414
}
1515

1616
/**
17-
* Create instance by class name
17+
* Create instance by class name.
1818
*
1919
* @param className String
2020
*/

0 commit comments

Comments
 (0)