Fix line endings (no content changes)

master
Daniele Gobbetti 2017-03-10 13:43:47 +01:00
parent 6282597790
commit a566a6656c
1 changed files with 61 additions and 61 deletions

View File

@ -7,7 +7,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
private static AppNotificationType _instance;
public static AppNotificationType getInstance() {
if(_instance == null) {
if (_instance == null) {
return (_instance = new AppNotificationType());
}