Skip to content

Commit 5ce8114

Browse files
committed
Typo
1 parent 7ab9bbf commit 5ce8114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vaadin-grid-filter/src/main/java/software/xdev/vaadin/gridfilter/filtercomponents/condition/FieldFilterConditionComponent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ protected void onOperationChanged(final Operation<?> value, final boolean isFrom
123123
this.refTypeValueComponentData.set(componentData);
124124
final Binder<? extends ValueContainer> binder = componentData.binder();
125125

126-
// Check if for previous value
126+
// Check for previous value
127127
optPrevValueContainer.ifPresent(prevValue ->
128-
// Check if for matching reuse value adapters
128+
// Check for matching reuse value adapters
129129
Optional.ofNullable(this.valueReUseAdapters.get(binder.getBean().getClass()))
130130
.ifPresent(adapters -> {
131131
// Check if any adapter can be applied

0 commit comments

Comments
 (0)