Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATAJPA-1676 - Fix typos some classes #412

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -363,7 +363,7 @@ public boolean isEmpty() {
* Otherwise this returns {@code true} even when the value from the backing {@code Tuple} is {@code null}.
*
* @param key the key for which to get the value from the map.
* @return wether the key is an element of the backing tuple.
* @return whether the key is an element of the backing tuple.
*/
@Override
public boolean containsKey(Object key) {
Expand Down
Expand Up @@ -410,7 +410,7 @@ private enum ParameterBindingType {
}

/**
* Returns the keyword that will tirgger the binding type or {@literal null} if the type is not triggered by a
* Returns the keyword that will trigger the binding type or {@literal null} if the type is not triggered by a
* keyword.
*
* @return the keyword
Expand Down
Expand Up @@ -19,7 +19,7 @@
import org.springframework.context.ApplicationContext;

/**
* Simple component to be reigstered as Spring bean to clear the {@link JpaMetamodel} cache to avoid a memory leak in
* Simple component to be registered as Spring bean to clear the {@link JpaMetamodel} cache to avoid a memory leak in
* applications bootstrapping multiple {@link ApplicationContext}s.
*
* @author Oliver Gierke
Expand Down