File tree Expand file tree Collapse file tree
src/main/java/unquietcode/tools/flapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >unquietcode.tools.flapi</groupId >
1010 <artifactId >build-project</artifactId >
11- <version >0.5.2 </version >
11+ <version >0.6.1 </version >
1212 </parent >
1313
1414 <artifactId >flapi-builder</artifactId >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class Flapi {
4747 * @param listeners any execution listeners to be included
4848 * @return a new descriptor builder
4949 */
50- public static DescriptorBuilder .Start builder (ExecutionListener ...listeners ) {
50+ public static DescriptorBuilder .Start < Void > builder (ExecutionListener ...listeners ) {
5151 return DescriptorGenerator .create (new DescriptorHelperImpl (), listeners );
5252 }
5353
@@ -59,7 +59,7 @@ public static DescriptorBuilder.Start builder(ExecutionListener...listeners) {
5959 *
6060 * @see unquietcode.tools.flapi.annotations.AnnotationIntrospector
6161 */
62- public static DescriptorConfiguratorBuilder .Start create (Class <?> topBlock ) {
62+ public static DescriptorConfiguratorBuilder .Start < Void > create (Class <?> topBlock ) {
6363 checkNotNull (topBlock , "a starting block is required" );
6464
6565 AnnotationIntrospector introspector = new AnnotationIntrospector ();
You can’t perform that action at this time.
0 commit comments