Skip to content

Commit 1796bbf

Browse files
committed
data classes names to lowercase
1 parent 467c85a commit 1796bbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Community/Comment.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class Community.Comment Extends %Persistent
1+
Class community.comment Extends %Persistent
22
{
33

44
Parameter DSTIME = "AUTO";

src/Community/Post.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class Community.Post Extends %Persistent
1+
Class community.post Extends %Persistent
22
{
33

44
Parameter DSTIME = "AUTO";

src/Community/Tag.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class Community.Tag Extends %Persistent
1+
Class community.tag Extends %Persistent
22
{
33

44
Property Name As %String(MAXLEN = "");

0 commit comments

Comments
 (0)