Skip to content

Commit 567ae16

Browse files
committed
Class rename refactoring
1 parent b7647e1 commit 567ae16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/src/test/unit/com/mongodb/DBObjectFactoryTest.java renamed to driver/src/test/unit/com/mongodb/DBCollectionObjectFactoryTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2014 MongoDB, Inc.
2+
* Copyright 2008-2015 MongoDB, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525
import static org.hamcrest.CoreMatchers.instanceOf;
2626
import static org.junit.Assert.assertThat;
2727

28-
public class DBObjectFactoryTest {
28+
public class DBCollectionObjectFactoryTest {
2929

3030
private DBCollectionObjectFactory factory;
3131

0 commit comments

Comments
 (0)