You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/Generator.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ public Binding generateBinding(DataRow dataRow, HashSet<String> interfaceNames)
156
156
} else {
157
157
name = getSimpleClassname(clazz.getClassName().replace("$", "_")) + "_";
158
158
// Generate a unique identifier that prevents naming collisions
159
-
// especially with .mjs files and complex Angular component structures
159
+
// especially with .mjs files and complex structures
0 commit comments