Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-01-04 09:56:19 +01:00
11 changed files with 14 additions and 14 deletions

View File

@@ -125,8 +125,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;