Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix #183
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jan 23, 2021
1 parent 97f3d0b commit 7f6ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stub/src/main/java/android/os/SystemProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static String get(String key) {
throw new RuntimeException("STUB");
}

public static String set(String key, String value) {
public static void set(String key, String value) {
throw new RuntimeException("STUB");
}
}

0 comments on commit 7f6ea76

Please sign in to comment.