Skip to content

Commit

Permalink
s/javac/Java/
Browse files Browse the repository at this point in the history
  • Loading branch information
nnym committed Feb 10, 2022
1 parent c7274e1 commit a9cc7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idea/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<idea-version since-build="213"/>
<description>
<![CDATA[
The IDE side of <a href="https://git.auoeke.net/uncheck">uncheck</a>, a javac plugin that disables exception checking.
The IDE side of <a href="https://git.auoeke.net/uncheck">uncheck</a>, a Java plugin that disables exception checking.
This IDE plugin marks all checked exceptions as handled if the corresponding compiler plugin is present in order to make code like
<pre>
public static void evilMethod() {
Expand Down

0 comments on commit a9cc7bb

Please sign in to comment.