Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 3, 2014
1 parent f49e311 commit dbb0f1e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -131,6 +131,10 @@ protected String getBody(Event event, GeneralNotifierType generalNotifierType, S
fullName = ""; // TODO (currently it's not possible to get here)
}

if (fullName == null) {
fullName = ""; // "null" is not nice in notifications
}

ObjectDelta<FocusType> delta = ObjectDelta.summarize(((ModelEvent) event).getFocusDeltas());

StringBuilder body = new StringBuilder();
Expand Down

0 comments on commit dbb0f1e

Please sign in to comment.