moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 21:04:16 +04:00
parent 6fef276b55
commit 6682b1907b
22 changed files with 6 additions and 0 deletions
@@ -0,0 +1,9 @@
class Test {
/**
* Test.
* @throws java.lang.Exception in case of problems
* @exception java.lang.Exception in case of other problems
*/
void test() throws java.lang.Exception {
}
}