Skip to content

Commit a8a4a47

Browse files
author
Ryan
committed
simplified dbget.
1 parent a050185 commit a8a4a47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/com/mongodb/DefaultDBCallback.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ private DBObject _create( List<String> path ){
110110
}
111111

112112
DBObject dbget(){
113-
DBObject o = (DBObject)get();
114-
return o;
113+
return (DBObject)get();
115114
}
116115

117116
@Override

0 commit comments

Comments
 (0)