We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87f01c commit 0e1a449Copy full SHA for 0e1a449
jr-objects/src/main/java/com/fasterxml/jackson/jr/ob/impl/ValueWriterLocator.java
@@ -24,7 +24,7 @@
24
*/
25
public class ValueWriterLocator extends ValueLocatorBase
26
{
27
- protected final BeanPropertyWriter[] NO_PROPS_FOR_WRITE = new BeanPropertyWriter[0];
+ protected final static BeanPropertyWriter[] NO_PROPS_FOR_WRITE = new BeanPropertyWriter[0];
28
29
/*
30
/**********************************************************************
0 commit comments