Skip to content

Commit

Permalink
Remove an unused import
Browse files Browse the repository at this point in the history
RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177335778
  • Loading branch information
cushon authored and eaftan committed Nov 30, 2017
1 parent 753e70c commit 88aa0bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ public void receiverParameter() {
compilationHelper
.addSourceLines(
"Test.java",
"import java.io.InputStream;",
"class Test {",
" public void f(Test this, int x) {",
" this.toString();",
Expand Down

0 comments on commit 88aa0bd

Please sign in to comment.