Skip to content

Commit 03fd656

Browse files
dbulahovstbischof
authored andcommitted
create olap modules - common
Signed-off-by: dbulahov <bulahovdenis@gmail.com>
1 parent ad07594 commit 03fd656

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

common/src/main/java/org/eclipse/daanse/olap/util/UtilCompatible.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,14 @@
2828

2929
import java.sql.Statement;
3030

31-
import org.eclipse.daanse.olap.common.Util;
32-
3331

3432
public interface UtilCompatible {
3533

3634

3735

3836
/**
39-
* Cancels and closes a SQL Statement object. If errors are encountered,
40-
* they should be logged under {@link Util}.
37+
* Cancels and closes a SQL Statement object.
38+
*
4139
* @param stmt The statement to close.
4240
*/
4341
void cancelStatement(Statement stmt);

0 commit comments

Comments
 (0)