java completion: rewrite throws/default keyword suggestions in methods

This commit is contained in:
peter
2015-08-17 09:28:52 +02:00
parent 2e7061420f
commit 540b538a61
2 changed files with 14 additions and 25 deletions
@@ -14,5 +14,5 @@
* limitations under the License.
*/
public class A{
public void method() <caret> {}
public void method() <caret>x {}
}