Skip to content

Commit

Permalink
Prepare for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Jul 4, 2024
1 parent 51dbbca commit d9714b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
.project
.~lock*
*.kate-swp
**/Migrate*.java
**/RenameMethodParms.java
**/internal/*

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

abstract class AbstractTool {
public abstract class AbstractTool {

static {
// configure the slf4j-simple static logger binding
Expand Down

0 comments on commit d9714b6

Please sign in to comment.