pareshddevalia commented on code in PR #289: URL: https://github.com/apache/atlas/pull/289#discussion_r1955612028
########## addons/hbase-bridge/src/main/java/org/apache/atlas/hbase/bridge/HBaseBridge.java: ########## @@ -633,11 +631,11 @@ private AtlasEntityWithExtInfo updateEntityInAtlas(AtlasEntityWithExtInfo entit LOG.info("Updated {} entity: name={}, guid={} ", ret.getEntity().getTypeName(), ret.getEntity().getAttribute(ATTRIBUTE_QUALIFIED_NAME), ret.getEntity().getGuid()); } else { - LOG.info("Entity: name={} ", entity.toString() + " not updated as it is unchanged from what is in Atlas" ); + LOG.info("Entity: name={} ", entity.toString() + " not updated as it is unchanged from what is in Atlas"); Review Comment: Done with the changes, wherever the string concat has been used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org