Skip to content

Commit 90ae14e

Browse files
jnduansnicoll
authored andcommitted
Add missing semicolon on sample code
See gh-12895
1 parent 97877c2 commit 90ae14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ The `Application.java` file would declare the `main` method, along with the basi
385385
package com.example.myapplication;
386386
387387
import org.springframework.boot.SpringApplication;
388-
import org.springframework.boot.autoconfigure.SpringBootApplication
388+
import org.springframework.boot.autoconfigure.SpringBootApplication;
389389
390390
@SpringBootApplication
391391
public class Application {

0 commit comments

Comments
 (0)