Skip to content

Commit 46d8989

Browse files
committed
DefaultWidgetModel: tweak javadoc
1 parent edfc7c5 commit 46d8989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/scijava/widget/DefaultWidgetModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public boolean isInitialized() {
285285
// -- Helper methods --
286286

287287
/**
288-
* For multiple choice widgets, ensure the value is a valid choice.
288+
* For multiple choice widgets, ensures the value is a valid choice.
289289
*
290290
* @see #getChoices()
291291
* @see ChoiceWidget
@@ -295,7 +295,7 @@ private Object ensureValidChoice(final Object value) {
295295
}
296296

297297
/**
298-
* For object widgets, ensure the value is a valid object.
298+
* For object widgets, ensures the value is a valid object.
299299
*
300300
* @see #getObjectPool()
301301
* @see ObjectWidget

0 commit comments

Comments
 (0)