Skip to content

Commit

Permalink
#4 Test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Nov 7, 2024
1 parent 496fac7 commit a3f3794
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import java.sql.*;

public class LibSqlDriverTest {
/**
* Runs simple select query in LibSQL
* @param args mvn exec:java "-Dexec.args=database-url [token]"

Check warning on line 24 in com.dbeaver.jdbc.driver.libsql/src/test/java/com/dbeaver/jdbc/upd/driver/test/LibSqlDriverTest.java

View workflow job for this annotation

GitHub Actions / Check / Lint

[checkstyle] reported by reviewdog 🐶 Javadoc tag '@param' should be preceded with an empty line. Raw Output: /github/workspace/./com.dbeaver.jdbc.driver.libsql/src/test/java/com/dbeaver/jdbc/upd/driver/test/LibSqlDriverTest.java:24:0: warning: Javadoc tag '@param' should be preceded with an empty line. (com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck)
*/
public static void main(String[] args) throws Exception {
long startTime = System.currentTimeMillis();

Expand Down

0 comments on commit a3f3794

Please sign in to comment.