Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Dec 3, 2010
1 parent 990ba79 commit 9ccecb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/com/wordnik/system/mongodb/CollectionInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@

import com.mongodb.BasicDBObject;

/**
* Stores info about a collection
*
* @author tony
*
*/
public class CollectionInfo {
private boolean collectionExists = true;
private String name;
Expand Down

0 comments on commit 9ccecb5

Please sign in to comment.