You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by kaspersorensen <gi...@git.apache.org> on 2015/08/07 19:52:07 UTC

[GitHub] metamodel pull request: Adds ability to read folders to FileResour...

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

    https://github.com/apache/metamodel/pull/37#discussion_r36543231
  
    --- Diff: core/src/main/java/org/apache/metamodel/util/AbstractDirectoryInputStream.java ---
    @@ -0,0 +1,97 @@
    +package org.apache.metamodel.util;
    +
    +import java.io.IOException;
    +import java.io.InputStream;
    +
    +/**
    --- End diff --
    
    Normally we put the license header above the package declaration. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---