Skip to content

Commit b1216c5

Browse files
committed
✨ add explanation message to TLP
1 parent 0fae9b8 commit b1216c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/reactome/web/pwp/client/details/common/help/InstanceTypeExplanation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public static String getExplanation(SchemaClass schemaClass) {
2424
"Used to describe the mechanistic detail of depolymerisation";
2525
break;
2626
//case EQUIVALENT_EVENT_SET: //DEPRECATED
27+
case TOP_LEVEL_PATHWAY:
2728
case PATHWAY:
2829
explanation = "A collection of related Events. These events can be ReactionlikeEvents or Pathways";
2930
break;

0 commit comments

Comments
 (0)