Skip to content

Commit 858752a

Browse files
author
Alexander Furer
committed
java docs
1 parent 9c62fd4 commit 858752a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/inet/gradle/setup/msi/Msi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public List<MsiLocalizedResource> getI18n() {
488488
/**
489489
* Adds reference to external wsx file
490490
* @param external external wsx file
491-
* @return
491+
* @return this Msi instance
492492
*/
493493
public Msi external(File external) {
494494
externals.add(external);
@@ -498,7 +498,7 @@ public Msi external(File external) {
498498
/**
499499
* Sets references to external wsx files
500500
* @param externals external wsx files
501-
* @return
501+
* @return this Msi instance
502502
*/
503503
public Msi setExternals(Iterable<File> externals) {
504504
this.externals.clear();

0 commit comments

Comments
 (0)