Skip to content

Commit

Permalink
Merge pull request #210 from DDS-GmbH/fix/file-type-detection
Browse files Browse the repository at this point in the history
Changes for the ft-detection feature
  • Loading branch information
AntonOellerer authored May 23, 2023
2 parents fc3cf4a + eb5225a commit d84d15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.docutools'
version = '1.6.0-alpha.1'
version = '1.6.0'

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

public class DefaultImageStrategy implements ImageStrategy {
public final class DefaultImageStrategy implements ImageStrategy {

private static final Logger log = LogManager.getLogger(DefaultImageStrategy.class);

Expand Down

0 comments on commit d84d15a

Please sign in to comment.