Skip to content

Commit

Permalink
Fix refactory class name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpassos committed Feb 6, 2012
1 parent a07bd2a commit 74ba5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/br/com/caelum/support/CustomJSONSerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver;

@Component
public class CustomJsonSerializer extends XStreamJSONSerialization {
public class CustomJSONSerializer extends XStreamJSONSerialization {
private Class<?>[] types;

public CustomJsonSerializer(HttpServletResponse response,
public CustomJSONSerializer(HttpServletResponse response,
TypeNameExtractor extractor, ProxyInitializer initializer) {

super(response, extractor, initializer);
Expand Down

0 comments on commit 74ba5c4

Please sign in to comment.