File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
src/main/java/com/force/i18n Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 267267
268268
269269 <dependencies >
270- <dependency >
271- <groupId >jakarta.annotation</groupId >
272- <artifactId >jakarta.annotation-api</artifactId >
273- <version >3.0.0</version >
274- </dependency >
275-
276270 <dependency >
277271 <groupId >com.google.guava</groupId >
278272 <artifactId >guava</artifactId >
Original file line number Diff line number Diff line change 2222import java .util .regex .Matcher ;
2323import java .util .regex .Pattern ;
2424
25+ import org .checkerframework .checker .nullness .qual .Nullable ;
26+
2527import com .force .i18n .commons .text .GenericTrieMatcher ;
2628import com .force .i18n .commons .text .GenericTrieMatcher .GenericTrieMatch ;
2729import com .force .i18n .commons .text .TextUtil ;
4446import com .google .common .collect .Multimap ;
4547import com .google .common .collect .Multimaps ;
4648
47- import jakarta .annotation .Nullable ;
4849
4950/**
5051 * Set of routines to simplify access to LabelUtils
You can’t perform that action at this time.
0 commit comments