Skip to content

Commit

Permalink
changed case of exceptionhandler package
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwin committed Mar 8, 2013
1 parent 46dd92a commit a6bff94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -46,7 +46,7 @@
import org.apache.cxf.jaxrs.ext.multipart.MultipartBody;
import org.fcrepo.AbstractResource;
import org.fcrepo.Datastream;
import org.fcrepo.ExceptionHandlers.InvalidChecksumException;
import org.fcrepo.exceptionhandlers.InvalidChecksumException;
import org.fcrepo.jaxb.responses.management.DatastreamHistory;
import org.fcrepo.jaxb.responses.management.DatastreamProfile;
import org.fcrepo.jaxb.responses.access.ObjectDatastreams;
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-kernel/src/main/java/org/fcrepo/Datastream.java
Expand Up @@ -21,7 +21,7 @@
import javax.jcr.nodetype.ConstraintViolationException;
import javax.jcr.version.VersionException;

import org.fcrepo.ExceptionHandlers.InvalidChecksumException;
import org.fcrepo.exceptionhandlers.InvalidChecksumException;
import org.fcrepo.utils.ContentDigest;
import org.modeshape.jcr.api.Binary;
import org.modeshape.jcr.api.JcrTools;
Expand Down
@@ -1,4 +1,4 @@
package org.fcrepo.ExceptionHandlers;
package org.fcrepo.exceptionhandlers;

import javax.jcr.RepositoryException;

Expand Down
Expand Up @@ -22,7 +22,7 @@
import javax.jcr.Session;

import org.fcrepo.Datastream;
import org.fcrepo.ExceptionHandlers.InvalidChecksumException;
import org.fcrepo.exceptionhandlers.InvalidChecksumException;
import org.modeshape.jcr.api.JcrTools;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit a6bff94

Please sign in to comment.