Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ public static <T> Transform<T, Integer> day(Type type) {
}

/**
* Returns a hour {@link Transform} for timestamps.
* Returns an hour {@link Transform} for timestamps.
*
* @param type the {@link Type source type} for the transform
* @param <T> Java type passed to this transform
* @return a hour transform
* @return an hour transform
* @deprecated use {@link #hour()} instead; will be removed in 2.0.0
*/
@Deprecated
Expand Down Expand Up @@ -262,7 +262,7 @@ public static <T> Transform<T, Integer> day() {
}

/**
* Returns an hour {@link Transform} for date or timestamp types.
* Returns an hour {@link Transform} for timestamp types.
*
* @param <T> Java type passed to this transform
* @return an hour transform
Expand Down