moved to community

This commit is contained in:
Alexey Kudravtsev
2010-08-25 14:37:23 +04:00
parent 8fc27f7cf2
commit d856e1330d
11 changed files with 98 additions and 0 deletions
@@ -0,0 +1,7 @@
class Test {
/**
* <caret>
* @throws IOException
*/
public void foo() throws IOException {}
}