X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxmlrouter%2Fimpl%2FRobustDocumentType.java;h=52244837dda20bcc70de5513c7c87be487a59857;hb=2e9a88b0478d074974818dc384ca45c2bf4fdaa5;hp=3f26f7b7c761fd57b2677ae9f5cd63f86d68286f;hpb=5582d07a1ba9821cc789ea63b71f246e89d13cae;p=xmlrouter diff --git a/impl/src/main/java/org/wamblee/xmlrouter/impl/RobustDocumentType.java b/impl/src/main/java/org/wamblee/xmlrouter/impl/RobustDocumentType.java index 3f26f7b..5224483 100644 --- a/impl/src/main/java/org/wamblee/xmlrouter/impl/RobustDocumentType.java +++ b/impl/src/main/java/org/wamblee/xmlrouter/impl/RobustDocumentType.java @@ -45,8 +45,8 @@ public class RobustDocumentType extends RobustIdentifiable * @param aType * Document type to wrap. */ - public RobustDocumentType(String aPrefix, DocumentType aType) { - super(aPrefix, aType); + public RobustDocumentType(DocumentType aType) { + super(aType); type = aType; }