* 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 parent
|
||||
*/ protected DocPrototype(Prototype proto, DocElement parent) {
|
||||
*/
|
||||
protected DocPrototype(Prototype proto, DocElement parent) {
|
||||
super(proto.getName(), PROTOTYPE);
|
||||
this.parent = parent;
|
||||
this.proto = proto;
|
||||
|
|
Loading…
Add table
Reference in a new issue