Skip to content

Commit 5bd538b

Browse files
committed
ws removal
1 parent 1ab5bcb commit 5bd538b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public interface BeanProperty extends Named
154154
* @since 2.7
155155
*/
156156
public JsonFormat.Value findPropertyFormat(MapperConfig<?> config, Class<?> baseType);
157-
157+
158158
/**
159159
* Convenience method that is roughly equivalent to
160160
*<pre>
@@ -181,7 +181,7 @@ public interface BeanProperty extends Named
181181
/* Schema/introspection support
182182
/**********************************************************
183183
*/
184-
184+
185185
/**
186186
* Method that can be called to visit the type structure that this
187187
* property is part of.

0 commit comments

Comments
 (0)