package ch11collection;
import org.junit.Test;
/**
* Created with IntelliJ IDEA.
* User: yidao
* Date: 12-6-3
* Time: 上午11:37
* ReadOnlyTest
*/
public class ReadOnlyTest {
@Test
public void testUnmodify() throws Exception {
ReadOnly.unmodify();
}
}