Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Extend set of supported entities for GoToThriftDefinitionMarkerProvid…
Browse files Browse the repository at this point in the history
…er (#96)
  • Loading branch information
tpasternak authored Oct 29, 2020
1 parent bb9067e commit 020c866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class GoToThriftDefinitionMarkerProvider extends RelatedItemLineMarkerPro
private static Set<String> thriftStructBaseClasses =
Sets.newHashSet(
"org.apache.thrift.TBase",
"org.apache.thrift.TEnum",
"com.twitter.scrooge.ThriftStruct",
"com.twitter.scrooge.ThriftEnum",
"com.twitter.scrooge.ThriftUnion",
Expand Down

0 comments on commit 020c866

Please sign in to comment.