Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ private void routeQueuedEvent() {
// it's a root sbb
if (!sbbEntity.isRemoved() && sbbEntity.getAttachmentCount() == 0) {
if (debugLogging) {
logger
.debug("Removing sbb entity "+sbbEntity.getSbbEntityId()+" , the attachment count is not 0");
logger.debug("Removing sbb entity " + sbbEntity.getSbbEntityId() + ", the attachment count is 0");
}
// If it's the same entity then this is an
// "Op and
Expand Down