Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/66#discussion_r14885890
--- Diff: core/src/main/java/brooklyn/util/flags/TypeCoercions.java ---
@@ -46,6 +43,19 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import com.google.common.base.CaseFormat;
--- End diff --
Try not to reorganise imports (especially when no other changes) - previous
was the Eclipse defaults; I believe this is the IntelliJ defaults.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---