Update FunctionConfiguration.java
Updated typo in comment
This commit is contained in:
@@ -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) {
|
||||||
@@ -21,4 +21,4 @@ public class FunctionConfiguration {
|
|||||||
public Function<String, String> uppercase() {
|
public Function<String, String> uppercase() {
|
||||||
return value -> value.toUpperCase();
|
return value -> value.toUpperCase();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user