Skip to content

Commit

Permalink
Updating API
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaustLZ committed Dec 2, 2023
1 parent f453109 commit 8225184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.labelzoom.api'
version = '1.0-1'
version = '1.0.2'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/labelzoom/api/output/LabelWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import com.labelzoom.api.model.ILabel;

public interface LabelWriter<E>
public interface LabelWriter
{
E write(ILabel label);
void write(ILabel label);
}

0 comments on commit 8225184

Please sign in to comment.