Make LayoutType public

Closes gh-9067
This commit is contained in:
Stephane Nicoll 2017-05-03 09:15:34 +02:00
parent 54a8dc5b33
commit 063d301fd3

View File

@ -294,7 +294,7 @@ public class SpringBootPluginExtension {
/**
* Layout Types.
*/
enum LayoutType {
public enum LayoutType {
JAR(new Layouts.Jar()),