Skip to content

Commit

Permalink
Adjust inappropriate suppression before turning on JavaxInjectOnAbstr…
Browse files Browse the repository at this point in the history
…actMethod

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133760795
  • Loading branch information
nick-someone authored and sameb committed Oct 20, 2016
1 parent 78a2063 commit e2fbca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/com/googlecode/guice/Jsr330Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static class L {
}

abstract static class AbstractM {
@SuppressWarnings("InjectJavaxInjectOnAbstractMethod")
@SuppressWarnings("JavaxInjectOnAbstractMethod")
@Inject
abstract void setB(B b);
}
Expand Down

0 comments on commit e2fbca7

Please sign in to comment.