Skip to content

Commit

Permalink
add "Together"
Browse files Browse the repository at this point in the history
  • Loading branch information
nnym committed Feb 9, 2022
1 parent b88a769 commit edb2e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This repository contains a Java compiler plugin and an IntelliJ plugin.
The former disables exception checking in javac and the latter disables exception checking in the IDE.

These plugins enable code like
Together these plugins enable code like
```java
public static void evilMethod() {
Files.writeString(Path.of("file.txt"), "text");
Expand Down

0 comments on commit edb2e78

Please sign in to comment.