JavadocCompletionTest -> community

This commit is contained in:
peter
2011-10-05 20:41:34 +02:00
parent d334f59174
commit c503938810
36 changed files with 503 additions and 0 deletions
@@ -0,0 +1,6 @@
class Test {
/**
* @exception <caret>
*/
public void foo() throws java.io.IOException, IllegalStateException {}
}