Skip to content

Commit 8225184

Browse files
committed
Updating API
1 parent f453109 commit 8225184

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.labelzoom.api'
7-
version = '1.0-1'
7+
version = '1.0.2'
88

99
repositories {
1010
mavenCentral()

src/main/java/com/labelzoom/api/output/LabelWriter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import com.labelzoom.api.model.ILabel;
44

5-
public interface LabelWriter<E>
5+
public interface LabelWriter
66
{
7-
E write(ILabel label);
7+
void write(ILabel label);
88
}

0 commit comments

Comments
 (0)