Skip to content

Commit

Permalink
fix error prone warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Aug 14, 2023
1 parent 249c90a commit 039c128
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nullaway/src/main/java/com/uber/nullaway/NullAway.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,7 @@ private enum NullMarking {

private final Config config;

/**
* @return the configuration being used for this analysis
*/
/** Returns the configuration being used for this analysis. */
public Config getConfig() {
return config;
}
Expand Down

0 comments on commit 039c128

Please sign in to comment.