Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few less nulls #746

Merged
merged 1 commit into from
Jan 30, 2016
Merged

A few less nulls #746

merged 1 commit into from
Jan 30, 2016

Conversation

oscargus
Copy link
Contributor

No description provided.

@oscargus oscargus added cleanup-ops status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers labels Jan 29, 2016
public String getFieldValue() {
return this.keyword;
public Optional<String> getFieldValue() {
return Optional.ofNullable(this.keyword);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is getFieldValue returning keyword and not field?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@koppor maybe you can shed some light on this?

simonharrer added a commit that referenced this pull request Jan 30, 2016
@simonharrer simonharrer merged commit 12810a5 into JabRef:master Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup-ops status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants