Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Dec 20, 2016
1 parent 75b40a1 commit e774018
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/acra/ErrorReporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ public void addCustomData(@NonNull String key, String value) {
* latest value is kept for each key (no history of the values is sent in
* the report).
* </p>
* <p>
* The key/value pairs will be stored in the GoogleDoc spreadsheet in the
* "custom" column, as a text containing a 'key = value' pair on each line.
* </p>
*
* @param key A key for your custom data.
* @param value The value associated to your key.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/acra/collector/CustomDataCollector.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Element collect(ReportField reportField, ReportBuilder reportBuilder) {
/**
* Generates the Element which is posted in the single custom data field
*
* @return An Element with key-value-pairs fro the supplied custom data.
* @return An Element with key-value-pairs for the supplied custom data.
*/
@NonNull
private Element createCustomInfoElement(@Nullable Map<String, String> reportCustomData) {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/acra/config/ConfigurationBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import java.util.Arrays;
import java.util.EnumMap;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Set;
Expand Down

0 comments on commit e774018

Please sign in to comment.