Skip to content

Commit 5c6a2df

Browse files
committed
Fixed typo.
1 parent 7f40fc5 commit 5c6a2df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/petclinic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<packaging>war</packaging>
1010
<description>
11-
A recreation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
11+
A re-creation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
1212
JMockit is used for integration testing, instead of the Spring Test Context.
1313
</description>
1414

samples/petclinic/src/main/java/petclinic/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* A recreation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
2+
* A re-creation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
33
* JMockit is used for integration testing, instead of the Spring Test Context.
44
* <p/>
55
* Given the small size and simplicity of the application, it has minimal package structure.

0 commit comments

Comments
 (0)