Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit c47d1ee

Browse files
author
sprogcoder
committed
renamed function
1 parent a66bdd2 commit c47d1ee

File tree

1 file changed

+1
-1
lines changed
  • java-win-memory-trainer/src/main/java/com/sprogcoder/memory

1 file changed

+1
-1
lines changed

java-win-memory-trainer/src/main/java/com/sprogcoder/memory/JTrainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void setWindow(String windowClass, String windowText)
9696
this.windowText = windowText;
9797
}
9898

99-
public void retryProcess() throws WindowNotFoundException
99+
public void reloadProcess() throws WindowNotFoundException
100100
{
101101
this.pid = getProcessIdFromWindow(windowClass, windowText);
102102
}

0 commit comments

Comments
 (0)