Skip to content

Commit d022166

Browse files
committed
Fix typo setURL
Signed-off-by: Pierre-Yves Jourel <pierre-yves.jourel@pyjou.com>
1 parent 23a2610 commit d022166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jave-core/src/main/java/ws/schild/jave/MultimediaObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void setFile(File file) {
114114
this.inputFile = file;
115115
}
116116

117-
public void setUR(URL input) {
117+
public void setURL(URL input) {
118118
this.inputURL = input;
119119
}
120120

0 commit comments

Comments
 (0)