-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Removed one Globals call from MetaData #1782
Conversation
@@ -51,4 +56,9 @@ public boolean isEnforceLegalKey() { | |||
} | |||
|
|||
public String getDefaultBibtexKeyPattern() { return defaultBibtexKeyPattern;} | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate empty line. @koppor is this caused by our Eclipse Settings? I'm seeing that all the time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is probably my bad, although I know sometimes Eclipse add double empty lines.
Minor Comments otherwise LGTM 👍 |
* master: Some more Swedish translations (JabRef#1836) Updated Menu_tr.properties Updated jabref_tr.properties Add check for obsolete database structure. Add help popup. (JabRef#1818) Updated dependencies (JabRef#1831) Removed one Globals call from MetaData (JabRef#1782)
One further step towards a
Globals
-freeMetaData
.