Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 14, 2014
1 parent 9cf3ce7 commit 4f7255f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ protected Object readResolve() {
return this;
}

public QName findRootName(JavaType rootType, MapperConfig<?> config)
{
public QName findRootName(JavaType rootType, MapperConfig<?> config) {
return findRootName(rootType.getRawClass(), config);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
public abstract class XmlTestBase
extends TestCase
{
/*
/**********************************************************
/* Helper types
/**********************************************************
*/

/**
* Sample class from Jackson tutorial ("JacksonInFiveMinutes")
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static class Optionals {
@JacksonXmlElementWrapper(useWrapping = false)
public List<Optional> optional;
}

/*
/**********************************************************
/* Unit tests
Expand Down

0 comments on commit 4f7255f

Please sign in to comment.