Skip to content

Commit 2366fd6

Browse files
committed
Merge pull request #666 from thatJavaNerd/patch-1
Small typo
2 parents c5b808b + 5a3c89e commit 2366fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/fasterxml/jackson/databind/MapperFeature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public enum MapperFeature implements ConfigFeature
6464
AUTO_DETECT_FIELDS(true),
6565

6666
/**
67-
* Feature that determines whether regualr "getter" methods are
67+
* Feature that determines whether regular "getter" methods are
6868
* automatically detected based on standard Bean naming convention
6969
* or not. If yes, then all public zero-argument methods that
7070
* start with prefix "get"
@@ -353,4 +353,4 @@ private MapperFeature(boolean defaultState) {
353353
* @since 2.5
354354
*/
355355
public boolean enabledIn(int flags) { return (flags & _mask) != 0; }
356-
}
356+
}

0 commit comments

Comments
 (0)