You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/10/26 12:37:02 UTC

svn commit: r1634304 - /manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/DateTest.java

Author: kwright
Date: Sun Oct 26 11:37:02 2014
New Revision: 1634304

URL: http://svn.apache.org/r1634304
Log:
Ooops missed a package

Modified:
    manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/DateTest.java

Modified: manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/DateTest.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/DateTest.java?rev=1634304&r1=1634303&r2=1634304&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/DateTest.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/DateTest.java Sun Oct 26 11:37:02 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.connectorcommon.common;
+package org.apache.manifoldcf.core.common;
 
 import java.util.*;
 import org.junit.*;