Skip to content

Commit

Permalink
Messed up a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Nov 30, 2010
1 parent 6aa523a commit d5aa20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class LibraryApplication extends Application
public Set<Class<?>> getClasses()
{
final Set<Class<?>> classes = new HashSet<Class<?>>();
classes.addAll(Arrays.asList(CatchBridge.class, AuthorResource.class, BookResource.class));
classes.addAll(Arrays.asList(CatchExceptionMapper.class, AuthorResource.class, BookResource.class));

return classes;
}
Expand Down

0 comments on commit d5aa20a

Please sign in to comment.