X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxmlrouter%2Fimpl%2FRobustDocumentType.java;h=52244837dda20bcc70de5513c7c87be487a59857;hb=3b2c669b25bfcb5a3c3f06ff9180d85143bebb2a;hp=3f26f7b7c761fd57b2677ae9f5cd63f86d68286f;hpb=ca624324bf36e5ba8217a6af861cbf898a40adfc;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; }