Skip to content

Commit e12575f

Browse files
Downgraded FIXME to CHECKME. It's fine to track number of inline tags
1 parent 06c162e commit e12575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng-appserver/src/main/java/ng/appserver/templating/parser/NGTemplateParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class NGTemplateParser {
3030
/**
3131
* Keeps track of the number of parsed inline tags. Used to generate a declaration name for the tag
3232
*
33-
* FIXME: We don't really need to keep track of the number of parsed inline tags anymore // Hugi 2024-11-16
33+
* CHECKME: We don't really need to keep track of the number of parsed inline tags anymore // Hugi 2024-11-16
3434
*/
3535
@Deprecated
3636
private int _inlineTagCount;

0 commit comments

Comments
 (0)