8250578: Address reliance on default constructors in javax.sql
Reviewed-by: lancea
This commit is contained in:
parent
0e54ce2a8e
commit
c0b9999c35
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -52,6 +52,10 @@ import java.lang.reflect.*;
|
|||||||
* @since 1.5
|
* @since 1.5
|
||||||
*/
|
*/
|
||||||
public class RowSetMetaDataImpl implements RowSetMetaData, Serializable {
|
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
|
* The number of columns in the <code>RowSet</code> object that created
|
||||||
|
Loading…
Reference in New Issue
Block a user