Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if (_log.isInfoEnabled()) {
  2. _log.info(
  3. MessageFormat.format(
  4. ">>> Refreshed group statuses (will add [{0}] and remove [{1}])",
  5. _statusByAction.get(ACTION.ADD),
  6. _statusByAction.get(ACTION.REMOVE)));
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement