Update FunctionConfiguration.java

Updated typo in comment
This commit is contained in:
Owolabi Timothy
2021-01-26 06:18:33 +01:00
committed by GitHub
parent fcc5788223
commit 2b77ec9c94

View File

@@ -10,7 +10,7 @@ import org.springframework.context.annotation.Bean;
public class FunctionConfiguration { public class FunctionConfiguration {
/* /*
* You need this main method or explicit <start-class>example.FunjctionConfiguration</start-class> * You need this main method or explicit <start-class>example.FunctionConfiguration</start-class>
* in the POM to ensure boot plug-in makes the correct entry * in the POM to ensure boot plug-in makes the correct entry
*/ */
public static void main(String[] args) { public static void main(String[] args) {