* Minor formatting fix.

This commit is contained in:
hns 2007-03-09 10:15:41 +00:00
parent 156e65909e
commit 6aba4c136f

View file

@ -36,7 +36,8 @@ public class DocPrototype extends DocElement {
* *
* @param proto * @param proto
* @param parent * @param parent
*/ protected DocPrototype(Prototype proto, DocElement parent) { */
protected DocPrototype(Prototype proto, DocElement parent) {
super(proto.getName(), PROTOTYPE); super(proto.getName(), PROTOTYPE);
this.parent = parent; this.parent = parent;
this.proto = proto; this.proto = proto;