File tree Expand file tree Collapse file tree
src/main/java/diffr/suffixtree/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <artifactId >guava</artifactId >
3434 <version >${guava.version} </version >
3535 </dependency >
36- <dependency >
37- <groupId >com.google.code.findbugs</groupId >
38- <artifactId >findbugs</artifactId >
39- <version >${findbugs.version} </version >
40- </dependency >
4136 <dependency >
4237 <groupId >diffr</groupId >
4338 <artifactId >util</artifactId >
Original file line number Diff line number Diff line change 77import diffr .util .ListIterators ;
88import javolution .util .FastCollection .Record ;
99
10- import javax .annotation .concurrent .Immutable ;
1110import java .util .ListIterator ;
1211
1312import static com .google .common .base .Preconditions .checkArgument ;
2322 * @author Jakub D Kozlowski
2423 * @since 0.1
2524 */
26- @ Immutable
2725public final class Edge {
2826
2927 private final Record parent ;
Original file line number Diff line number Diff line change 44import diffr .suffixtree .SuffixTree ;
55import javolution .util .FastCollection .Record ;
66
7- import javax .annotation .concurrent .Immutable ;
8-
97import static com .google .common .base .Preconditions .checkNotNull ;
108
119/**
1614 * @author Jakub D Kozlowski
1715 * @since 0.1
1816 */
19- @ Immutable
2017public final class NodeKey <E extends Comparable > {
2118
2219 private final Record parent ;
You can’t perform that action at this time.
0 commit comments