mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[web] General cleanup, testing, and bugfixing
Signed-off-by: Miro Spönemann <miro.spoenemann@itemis.de>
This commit is contained in:
parent
85f20f2bc2
commit
97bb4e1d09
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@ public class Wrapper<T> {
|
|||
this.value = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.9
|
||||
*/
|
||||
public boolean isEmpty() {
|
||||
return value == null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Wrapper of ("+value+")";
|
||||
|
|
Loading…
Reference in a new issue