Skip to content

Commit

Permalink
A typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 14, 2012
1 parent 6f25f1b commit 92a262f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/com/novemberain/monger/DBRef.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.bson.BSONObject; import org.bson.BSONObject;


/** /**
* Exactly as com.mongodb.DBRef but also implements Clojure IDefer for @dereferencing * Exactly as com.mongodb.DBRef but also implements Clojure IDeref for @dereferencing
*/ */
public class DBRef extends com.mongodb.DBRef implements IDeref { public class DBRef extends com.mongodb.DBRef implements IDeref {


Expand Down

0 comments on commit 92a262f

Please sign in to comment.