Skip to content

Commit 6c5d44f

Browse files
committed
Fix comment issue
1 parent 679ef41 commit 6c5d44f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cls/SourceControl/Git/DiscardState.cls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Property Timestamp As %TimeStamp [ Required ];
1515

1616
Property ExternalFile As %Boolean [ Required ];
1717

18-
// Boolean tracking whether or not file was deleted as part of change
19-
18+
/// Boolean tracking whether or not file was deleted as part of change
2019
Property Deleted As %Boolean;
2120

2221
Index BranchMap On Branch [ Type = bitmap ];

0 commit comments

Comments
 (0)