This commit is contained in:
Michael S. Klishin 2012-06-14 19:55:02 +04:00
parent 6f25f1bc45
commit 92a262ff8a

View file

@ -6,7 +6,7 @@ import com.mongodb.DBObject;
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 {