Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
Fix a cut'n paste type for #50
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 2, 2014
1 parent f883c5f commit 53953b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class InternetDomainNameDeserializer extends FromStringDeserializer<Inter

public final static InternetDomainNameDeserializer std = new InternetDomainNameDeserializer();

public InternetDomainNameDeserializer() { super(HostAndPort.class); }
public InternetDomainNameDeserializer() { super(InternetDomainName.class); }

@Override
protected InternetDomainName _deserialize(String value, DeserializationContext ctxt)
Expand Down

0 comments on commit 53953b2

Please sign in to comment.