Github user francisco-perez-sorrosal commented on a diff in the pull request:
https://github.com/apache/incubator-omid/pull/3#discussion_r73977418 --- Diff: tso-server/src/main/java/org/apache/omid/tso/TSOServerConfig.java --- @@ -37,6 +38,10 @@ private static final String CONFIG_FILE_NAME = "omid-server-configuration.yml"; private static final String DEFAULT_CONFIG_FILE_NAME = "default-omid-server-configuration.yml"; + public static enum WAIT_STRATEGY { --- End diff -- Typo: Missing empty line after constants --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---