We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfc7c5 commit 46d8989Copy full SHA for 46d8989
src/main/java/org/scijava/widget/DefaultWidgetModel.java
@@ -285,7 +285,7 @@ public boolean isInitialized() {
285
// -- Helper methods --
286
287
/**
288
- * For multiple choice widgets, ensure the value is a valid choice.
+ * For multiple choice widgets, ensures the value is a valid choice.
289
*
290
* @see #getChoices()
291
* @see ChoiceWidget
@@ -295,7 +295,7 @@ private Object ensureValidChoice(final Object value) {
295
}
296
297
298
- * For object widgets, ensure the value is a valid object.
+ * For object widgets, ensures the value is a valid object.
299
300
* @see #getObjectPool()
301
* @see ObjectWidget
0 commit comments