Skip to content

Commit f2c241d

Browse files
chore: make ApplicationService interface functional
1 parent 034da82 commit f2c241d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/application/service/ApplicationService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
package application.service
1010

1111
/** The Application Service. */
12-
interface ApplicationService<out E> {
12+
fun interface ApplicationService<out E> {
1313

1414
/** Execute the application service. */
1515
fun execute(): E

0 commit comments

Comments
 (0)