File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 16
16
*
17
17
*/
18
18
19
- package com.mongodb
19
+ package org.bson
20
20
21
- import org.bson.BSONException
22
- import org.bson.BsonBinaryReader
23
- import org.bson.BsonBinaryWriter
24
- import org.bson.BsonDocument
25
- import org.bson.BsonDocumentReader
26
- import org.bson.BsonDocumentWriter
27
- import org.bson.BsonReader
28
- import org.bson.BsonWriter
29
21
import org.bson.io.BasicOutputBuffer
30
22
import org.bson.io.ByteBufferBsonInput
31
23
import org.bson.json.JsonReader
@@ -36,7 +28,7 @@ import spock.lang.Specification
36
28
*
37
29
*/
38
30
@SuppressWarnings (' UnnecessaryObjectReferences' )
39
- class LimitedLookaheadMarkSpecification extends Specification {
31
+ class LimitedLookAheadMarkSpecification extends Specification {
40
32
41
33
static BsonDocument bsonDoc
42
34
static BasicOutputBuffer buffer
You can’t perform that action at this time.
0 commit comments