Skip to content

Commit e447acd

Browse files
author
plamen5kov
committed
fixed a typo in file separator
1 parent 741e147 commit e447acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-static-binding-generator/project/parser/visitors/es5-visitors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var es5_visitors = (function () {
44

55
defaultExtendDecoratorName = "JavaProxy",
66
columnOffset = 1,
7-
FILE_SEPARATOR = "f",
7+
FILE_SEPARATOR = "_f",
88
LINE_SEPARATOR = "_l",
99
COLUMN_SEPARATOR = "_c",
1010
DECLARED_CLASS_SEPARATOR = "__",

0 commit comments

Comments
 (0)