8253945: Missed default constructor for StreamPrintServiceFactory.java
Reviewed-by: kcr, serb
This commit is contained in:
parent
123e786db2
commit
58102386eb
@ -52,6 +52,11 @@ import sun.awt.AppContext;
|
||||
*/
|
||||
public abstract class StreamPrintServiceFactory {
|
||||
|
||||
/**
|
||||
* Constructor for subclasses to call.
|
||||
*/
|
||||
protected StreamPrintServiceFactory() {}
|
||||
|
||||
/**
|
||||
* Contains a list of factories.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user