aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/HostEditorActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/connectbot/HostEditorActivity.java')
-rw-r--r--src/org/connectbot/HostEditorActivity.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/org/connectbot/HostEditorActivity.java b/src/org/connectbot/HostEditorActivity.java
index d5ed0db..7d35f43 100644
--- a/src/org/connectbot/HostEditorActivity.java
+++ b/src/org/connectbot/HostEditorActivity.java
@@ -52,11 +52,10 @@ public class HostEditorActivity extends PreferenceActivity implements OnSharedPr
this.table = table;
this.id = id;
- this.cacheValues();
-
+ cacheValues();
}
- protected void cacheValues() {
+ protected final void cacheValues() {
// fill a cursor and cache the values locally
// this makes sure we dont have any floating cursor to dispose later