Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix misnamed package for web.xml jaxb
  • Loading branch information
barmintor committed Jun 12, 2013
1 parent 00c1ce3 commit ed0af97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -13,6 +13,7 @@
import javax.xml.bind.JAXBContext;
import javax.xml.bind.Unmarshaller;

import org.fcrepo.webxml.WebAppConfig;
import org.fcrepo.webxml.bind.ContextParam;
import org.fcrepo.webxml.bind.Filter;
import org.fcrepo.webxml.bind.FilterMapping;
Expand All @@ -34,8 +35,6 @@

import com.sun.jersey.api.container.grizzly2.GrizzlyServerFactory;

import webxml.WebAppConfig;


public class ContainerWrapper implements ApplicationContextAware {

Expand Down
@@ -1,4 +1,4 @@
package webxml;
package org.fcrepo.webxml;

import java.util.ArrayList;
import java.util.Collection;
Expand Down

0 comments on commit ed0af97

Please sign in to comment.