2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 16:27:11 -07:00

Fixed since specifier

This commit is contained in:
Geert Bevin 2024-02-25 11:32:50 -05:00
parent d8c0170dc0
commit 9d769a9d29

View file

@ -13,7 +13,7 @@ import java.io.File;
* Creates a new app project structure. * Creates a new app project structure.
* *
* @author Geert Bevin (gbevin[remove] at uwyn dot com) * @author Geert Bevin (gbevin[remove] at uwyn dot com)
* @since 1.8 * @since 1.9
*/ */
public class CreateAppOperation extends AbstractCreateOperation<CreateAppOperation, Project> { public class CreateAppOperation extends AbstractCreateOperation<CreateAppOperation, Project> {
public CreateAppOperation() { public CreateAppOperation() {