test/javax/sql/testng/util/StubSyncProvider.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2014, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2014, 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 49,64 **** return providerID; } @Override public RowSetReader getRowSetReader() { ! throw new UnsupportedOperationException("Not supported yet."); } @Override public RowSetWriter getRowSetWriter() { ! throw new UnsupportedOperationException("Not supported yet."); } @Override public int getProviderGrade() { throw new UnsupportedOperationException("Not supported yet."); --- 49,64 ---- return providerID; } @Override public RowSetReader getRowSetReader() { ! return null; } @Override public RowSetWriter getRowSetWriter() { ! return null; } @Override public int getProviderGrade() { throw new UnsupportedOperationException("Not supported yet.");