コード例 #1
0
ファイル: OProperty.java プロジェクト: astubbs/orient
 public OProperty setDirty() {
   document.setDirty();
   if (owner != null) owner.setDirty();
   return this;
 }