8250578: Address reliance on default constructors in javax.sql

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2020-07-25 09:46:08 -07:00
parent 0e54ce2a8e
commit c0b9999c35

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -52,6 +52,10 @@ import java.lang.reflect.*;
* @since 1.5
*/
public class RowSetMetaDataImpl implements RowSetMetaData, Serializable {
/**
* Constructs a {@code RowSetMetaDataImpl} object.
*/
public RowSetMetaDataImpl() {}
/**
* The number of columns in the <code>RowSet</code> object that created