Github user KellenSunderland commented on a diff in the pull request:

    https://github.com/apache/incubator-joshua/pull/15#discussion_r64131303
  
    --- Diff: src/main/java/org/apache/joshua/corpus/Vocabulary.java ---
    @@ -45,6 +47,7 @@
     
     public class Vocabulary {
     
    +  public static final Logger LOG = 
LoggerFactory.getLogger(Vocabulary.class);
    --- End diff --
    
    Is there any reason we need these Loggers to be public?  If not I'd propose 
they all be private.


---
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.
---

Reply via email to