Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/src/main/java/com/spazedog/lib/rootfw4/Shell.java
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public String findCommand(String bin) {
* @param command
* The command to convert into multiple attempts
*/
public Attempts createAttempts(String command) {
public static Attempts createAttempts(String command) {
if (command != null) {
return new Attempts(command);
}
Expand Down