File tree 2 files changed +2
-4
lines changed
basex-examples/src/main/java/org/basex/examples/xqj
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ static void init(final String info) {
24
24
/**
25
25
* Creates and returns a default connection.
26
26
* @return connection instance
27
- * @throws XQException connection exception
28
27
*/
29
- static XQConnection connect () throws XQException {
28
+ static XQConnection connect () {
30
29
return new BaseXXQDataSource ().getConnection ("admin" , "admin" );
31
30
}
32
31
Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ static void init(final String info) {
24
24
/**
25
25
* Creates and returns a default connection.
26
26
* @return connection instance
27
- * @throws XQException connection exception
28
27
*/
29
- static XQConnection connect () throws XQException {
28
+ static XQConnection connect () {
30
29
return new BaseXXQDataSource ().getConnection ("admin" , "admin" );
31
30
}
32
31
You can’t perform that action at this time.
0 commit comments