Navigation Menu

Skip to content

Commit

Permalink
Adding author/since tags to class javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed May 14, 2014
1 parent c230e7d commit 351e851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -20,6 +20,8 @@

/**
* Entity for testing range queries.
* @author Esme Cowles
* @since 2014-05-13
**/
public class RangeTestEntity extends InputStreamEntity {
public RangeTestEntity( long size, byte[] data ) {
Expand Down
Expand Up @@ -20,6 +20,8 @@

/**
* InputStream implementation for testing range queries.
* @author Esme Cowles
* @since 2014-05-13
**/
public class RangeTestInputStream extends InputStream {

Expand Down

0 comments on commit 351e851

Please sign in to comment.