Skip to content

Commit 6826474

Browse files
committed
Fix template
1 parent 2038c94 commit 6826474

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

apache-maven/src/test/resources/maven-configuration.md.vm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ under the License.
4747
#if ($val) `$val` #else - #end
4848
#end
4949

50-
| No | Key | Type | Description | Default Value | Since | Source |
51-
| --- | --- | --- | --- | --- | --- | --- |
50+
| Key | Type | Description | Default Value | Since | Source |
51+
| --- | --- | --- | --- | --- | --- |
5252
#foreach($key in $keys)
53-
| $foreach.count. | `$key.key` | `$key.configurationType` | $key.description | #value( $key.defaultValue ) | $key.since | $key.configurationSource |
53+
| `$key.key` | `$key.configurationType` | $key.description | #value( $key.defaultValue ) | $key.since | $key.configurationSource |
5454
#end
5555

0 commit comments

Comments
 (0)