We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483a60e commit a7df2d1Copy full SHA for a7df2d1
1 file changed
sqldev/src/main/java/org/utplsql/sqldev/model/UtplsqlToStringStyler.java
@@ -20,7 +20,7 @@
20
import org.springframework.util.ClassUtils;
21
22
public class UtplsqlToStringStyler extends DefaultToStringStyler {
23
- public static final ToStringStyler STYLER = new UtplsqlToStringStyler();
+ public static final ToStringStyler INSTANCE = new UtplsqlToStringStyler();
24
25
public UtplsqlToStringStyler() {
26
super(new UtplsqlValueStyler());
0 commit comments