This commit is contained in:
Johnny Lim
2017-01-04 13:43:01 +09:00
committed by Stephane Nicoll
parent 530c3cd3be
commit f915ae197a
11 changed files with 14 additions and 14 deletions

View File

@@ -126,8 +126,8 @@ public class Repackager {
/**
* Sets the layout factory for the jar. The factory can be used when no specific
* layout is specific.
* @param layoutFactory the layoutFactory to set
* layout is specified.
* @param layoutFactory the layout factory to set
*/
public void setLayoutFactory(LayoutFactory layoutFactory) {
this.layoutFactory = layoutFactory;