Skip to content

Commit

Permalink
JavaDoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Jan 3, 2024
1 parent 6bafd3f commit 54972df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/github/mmm/value/CriteriaObject.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.mmm.value;

/**
* Interface for a generic criteria expression. Can be a different things such as a {@link PropertyPath property}, a
* Interface for a generic criteria expression. Can be different things such as e.g. a {@link PropertyPath property}, a
* criteria expression or a literal value.
*
* @param <V> type of the value to select.
Expand Down

0 comments on commit 54972df

Please sign in to comment.