We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7647e1 commit 567ae16Copy full SHA for 567ae16
driver/src/test/unit/com/mongodb/DBObjectFactoryTest.java renamed to driver/src/test/unit/com/mongodb/DBCollectionObjectFactoryTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2008-2014 MongoDB, Inc.
+ * Copyright 2008-2015 MongoDB, Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
25
import static org.hamcrest.CoreMatchers.instanceOf;
26
import static org.junit.Assert.assertThat;
27
28
-public class DBObjectFactoryTest {
+public class DBCollectionObjectFactoryTest {
29
30
private DBCollectionObjectFactory factory;
31
0 commit comments