Skip to content

Commit

Permalink
javadoc improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Feb 22, 2015
1 parent c4222a6 commit cf73574
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -296,14 +296,14 @@ public OutputStream getOutputStream() throws Exception {
}

/**
*
* @see org.wyona.yanel.core.api.attributes.ModifiableV2#write(java.io.InputStream)
*/
public void write(InputStream in) throws Exception {
log.warn("Not implemented yet!");
}

/**
*
* @see org.wyona.yanel.core.api.attributes.ModifiableV2#getLastModified()
*/
public long getLastModified() throws Exception {
long lastModified;
Expand Down

0 comments on commit cf73574

Please sign in to comment.