コード例 #1
0
ファイル: PersistedList.java プロジェクト: Journey/hudson-2.x
 public void add(T item) throws IOException {
   data.add(item);
   onModified();
 }