Skip to content

Commit d67f2ff

Browse files
[MCHECKSTYLE-414] - documentation: property expansion example does not parse
1 parent d88c261 commit d67f2ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/site/apt/examples/custom-property-expansion.apt.vm

+5-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ Using Custom Checkstyle Property Expansion Definitions
6868
<version>${project.version}</version>
6969
<configuration>
7070
<configLocation>checkstyle.xml</configLocation>
71-
<propertyExpansion>projectname=whizbang</propertyExpansion>
71+
<propertyExpansion>
72+
projectname=whizbang
73+
anotherProperty=bazinga
74+
</propertyExpansion>
7275
</configuration>
7376
</plugin>
7477
</plugins>
@@ -91,7 +94,7 @@ Using Custom Checkstyle Property Expansion Definitions
9194
<version>${project.version}</version>
9295
<configuration>
9396
<configLocation>checkstyle.xml</configLocation>
94-
<propertesLocation>${basedir}/checkstyle.properties</propertiesLocation>
97+
<propertiesLocation>${basedir}/checkstyle.properties</propertiesLocation>
9598
</configuration>
9699
</plugin>
97100
</plugins>

0 commit comments

Comments
 (0)