Skip to content

Commit 0db7761

Browse files
committed
commenting
1 parent fabfade commit 0db7761

File tree

1 file changed

+8
-1
lines changed
  • mind-map/mind-map-annotations/src/main/java/com/igormaznitsa/mindmap/annotations

1 file changed

+8
-1
lines changed

mind-map/mind-map-annotations/src/main/java/com/igormaznitsa/mindmap/annotations/MmdEmoticon.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,9 @@ public enum MmdEmoticon {
11551155
*/
11561156
SCRIPT("script"),
11571157
/**
1158-
* Icon 'certificate'
1158+
* Icon 'certificate', it has typo in ID as 'sertificate' but it kept for back compatibility
1159+
*
1160+
* @since 1.6.1
11591161
*/
11601162
CERTIFICATE("sertificate"),
11611163
/**
@@ -1661,6 +1663,11 @@ public enum MmdEmoticon {
16611663
this.id = id;
16621664
}
16631665

1666+
/**
1667+
* Get ID as string value.
1668+
*
1669+
* @return id as string name
1670+
*/
16641671
public String getId() {
16651672
return this.id;
16661673
}

0 commit comments

Comments
 (0)