-
CSR
-
Resolution: Approved
-
P4
-
None
-
source
-
minimal
-
SE
Summary
Add a default constructor for StreamPrintServiceFactory.java
Problem
Default constructors are an anti--pattern which we need to fix in the desktop module. This is one case that was missed in a previous pass.
Solution
Add a default constructor
Specification
public abstract class javax.print.StreamPrintServiceFactory { + /** + * Constructor for subclasses to call. + */ + protected StreamPrintServiceFactory() {} +
- csr of
-
JDK-8253945 Missed default constructor for StreamPrintServiceFactory.java
-
- Resolved
-