Rev 34 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 34 | Rev 35 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | 0); |
43 | 0); |
44 | private Set<Relationship> relationshipsForTermFrom = new HashSet<Relationship>( |
44 | private Set<Relationship> relationshipsForTermFrom = new HashSet<Relationship>( |
45 | 0); |
45 | 0); |
46 | 46 | ||
47 | /**
|
47 | /**
|
48 | * @var <code>true</code> if the term is edited/renamed, <code>false</code>
|
- | |
49 | * otherwise
|
- | |
50 | */
|
- | |
51 | public boolean edit = false; |
- | |
52 | - | ||
53 | /**
|
- | |
54 | * No-op constructor
|
48 | * No-op constructor
|
55 | */
|
49 | */
|
56 | public Term() |
50 | public Term() |
57 | {
|
51 | {
|
58 | }
|
52 | }
|