Skip to content

Commit

Permalink
Fix README logo URL, remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Apr 14, 2024
1 parent ea620b8 commit a937af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><a href="https://petersoj.github.io/alpaca-java/" target="_blank"><img src=".github/image/logo.png" alt="Logo"></a></p>
<p align="center"><a href="https://petersoj.github.io/alpaca-java/" target="_blank"><img src="https://raw.githubusercontent.com/Petersoj/alpaca-java/master/.github/image/logo.png" alt="Logo"></a></p>
<p align="center">
<a href="https://github.com/Petersoj/alpaca-java" target="_blank"><img alt="GitHub Repository" src="https://img.shields.io/badge/GitHub-000000?logo=github"></a>
<a href="https://search.maven.org/artifact/net.jacobpeterson.alpaca/alpaca-java" target="_blank"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/net.jacobpeterson.alpaca/alpaca-java"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class JSONSchemaFileConfig {

private File sourceFile
private String targetPackage
private String outputFilePath

/**
* Instantiates a new {@link JSONSchemaFileConfig}.
Expand All @@ -18,7 +17,6 @@ class JSONSchemaFileConfig {
JSONSchemaFileConfig(File sourceFile, String targetPackage) {
this.sourceFile = sourceFile
this.targetPackage = targetPackage
this.outputFilePath = outputFilePath
}

File getSourceFile() {
Expand Down

0 comments on commit a937af4

Please sign in to comment.