Skip to content

Commit 6733d2d

Browse files
committed
fix(domain.data): align javadoc param indentation for generic type parameter in DomainData
1 parent 3646e26 commit 6733d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/trae/database/domain/data/DomainData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public DomainData(final LinkedHashMap<String, Object> map) {
4848
* @param clazz the expected return type class
4949
* @param property the property to look up
5050
* @param defaultValue the fallback value if absent
51-
* @param <Type> the expected return type
51+
* @param <Type> the expected return type
5252
* @return the cast value, or {@code defaultValue} if not present
5353
*/
5454
@Override

0 commit comments

Comments
 (0)