diff options
| -rw-r--r-- | src/cgeo/geocaching/cgSearchThread.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgSearchThread.java b/src/cgeo/geocaching/cgSearchThread.java index 0cd99ce..b3c21ed 100644 --- a/src/cgeo/geocaching/cgSearchThread.java +++ b/src/cgeo/geocaching/cgSearchThread.java @@ -40,7 +40,7 @@ public class cgSearchThread extends Thread { notify(); } - public String getText() { + public synchronized String getText() { return recaptchaText; } } |
