Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
c40a3e6e
Commit
c40a3e6e
authored
Oct 25, 2017
by
Simon Barner
Browse files
getText(): Return null instead of ""
refs 2983
parent
eb67d56e
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/annotation/labelprovider/CheckBoxLabelProvider.java
View file @
c40a3e6e
...
...
@@ -36,7 +36,7 @@ import org.fortiss.tooling.base.ui.annotation.view.IAnnotationViewPart;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash:
A222B69875684A2803E560B95440EF69
* @ConQAT.Rating GREEN Hash:
6C5951E5A7BE03075F49B578E6CC4E36
*/
public
class
CheckBoxLabelProvider
extends
AnnotationLabelProvider
{
...
...
@@ -49,7 +49,7 @@ public class CheckBoxLabelProvider extends AnnotationLabelProvider {
/** {@inheritDoc} */
@Override
public
String
getText
(
Object
element
)
{
return
""
;
return
null
;
}
/** {@inheritDoc} */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment