コード例 #1
0
 /* package */ FormInstanceDataImpl(
     final int version, final String avmPath, final FormsService formsService) {
   this(AVMNodeConverter.ToNodeRef(version, avmPath), formsService);
 }