Skip to content

Commit 0322702

Browse files
406: Code style fix
1 parent affd08f commit 0322702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/stubs/indexes/data/PluginData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public int hashCode() {
7676
* @return boolean
7777
*/
7878
@Override
79-
public boolean equals(Object object) {
79+
public boolean equals(final Object object) {
8080
if (!(object instanceof PluginData)) {
8181
return false;
8282
}

0 commit comments

Comments
 (0)