* Minor formatting fix.
This commit is contained in:
parent
156e65909e
commit
6aba4c136f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue