Mercurial > hg > Members > nobuyasu > jungle-network
diff src/alice/jungle/operations/NetworkTreeOperationLog.java @ 80:3f8ec40d536a
Added NetworkTreeOperationlogTest
author | one |
---|---|
date | Wed, 16 Oct 2013 19:38:56 +0900 |
parents | 5b9708d9febc |
children | b3ccefdf2b43 |
line wrap: on
line diff
--- a/src/alice/jungle/operations/NetworkTreeOperationLog.java Wed Oct 16 19:25:02 2013 +0900 +++ b/src/alice/jungle/operations/NetworkTreeOperationLog.java Wed Oct 16 19:38:56 2013 +0900 @@ -31,10 +31,6 @@ size = _size; } - public Iterable<TreeOperation> getOperationLogList() { - return list; - } - @Override public Iterator<TreeOperation> iterator() { return list.iterator();