Skip to content

Commit f7ea4a5

Browse files
committed
corrected javadoc problem
1 parent 59c2a94 commit f7ea4a5

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/main/java/net/sf/jsqlparser/statement/alter/AlterSession.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@
77
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
88
* #L%
99
*/
10-
/*
11-
* Copyright (C) 2021 JSQLParser.
12-
*
13-
* This library is free software; you can redistribute it and/or modify it under the terms of the
14-
* GNU Lesser General Public License as published by the Free Software Foundation; either version
15-
* 2.1 of the License, or (at your option) any later version.
16-
*
17-
* This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
18-
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19-
* Lesser General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Lesser General Public License along with this library;
22-
* if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23-
* 02110-1301 USA
24-
*/
2510

2611
package net.sf.jsqlparser.statement.alter;
2712

@@ -32,7 +17,7 @@
3217
/**
3318
*
3419
* @author are
35-
* @@link https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_2012.htm
20+
* @see <a href="https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_2012.htm">ALTER SESSION</a>
3621
*/
3722
public class AlterSession implements Statement {
3823
private AlterSessionOperation operation;

0 commit comments

Comments
 (0)