X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxmlrouter%2Fimpl%2FRobustDocumentType.java;h=3f26f7b7c761fd57b2677ae9f5cd63f86d68286f;hb=ca624324bf36e5ba8217a6af861cbf898a40adfc;hp=52244837dda20bcc70de5513c7c87be487a59857;hpb=e52385618670b54a5c6a4f2fbfab381bef43a905;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 5224483..3f26f7b 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(DocumentType aType) { - super(aType); + public RobustDocumentType(String aPrefix, DocumentType aType) { + super(aPrefix, aType); type = aType; }