Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #60 from chkpnt/reindex-units
Browse files Browse the repository at this point in the history
Update InstaSearchPreferencePage.java
  • Loading branch information
ajermakovics committed Jun 26, 2014
2 parents 46b5b26 + be54f79 commit a0cff44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void createFieldEditors() {


periodicReindexEnabled = addBoolField(PreferenceConstants.P_INDEX_UPDATE_ENABLED, "Enable Automatic-Reindex");
periodicReindexInterval = new IntegerFieldEditor(PreferenceConstants.P_INDEX_UPDATE_INTERVAL, "Automatic Reindex interval",
periodicReindexInterval = new IntegerFieldEditor(PreferenceConstants.P_INDEX_UPDATE_INTERVAL, "Automatic Reindex interval (ms)",
getFieldEditorParent());
periodicReindexInterval.setValidRange(0, Integer.MAX_VALUE);
addField(periodicReindexInterval);
Expand Down Expand Up @@ -346,4 +346,4 @@ protected void doFillIntoGrid(Composite parent, int numColumns) {
gd.widthHint = 250;
}
};
}
}

0 comments on commit a0cff44

Please sign in to comment.