Skip to content

Commit 02cf15f

Browse files
committed
make checkstyle happy
1 parent 9db971d commit 02cf15f

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/test/java/pl/project13/maven/git/AvailableGitTestRepo.java

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,28 @@ public enum AvailableGitTestRepo {
127127
/**
128128
* <pre>
129129
* $ git log --name-only --pretty=format:"%H '%an' '%aD' '%s' %d" --date=short
130-
* 2ed2ea209fb99c360cd8434eb2d82b929da6b908 'TheSnoozer' 'Fri, 27 Mar 2026 17:40:36 +0100' 'a change in the root pom' (HEAD -> master)
130+
* 2ed2ea209fb99c360cd8434eb2d82b929da6b908
131+
* 'TheSnoozer'
132+
* 'Fri, 27 Mar 2026 17:40:36 +0100'
133+
* 'a change in the root pom' (HEAD -> master)
131134
* pom.xml
132135
*
133-
* 70a13b95591dac76ce92dd9087d557fca539f98a 'submodule-two Author' 'Fri, 27 Mar 2026 17:39:59 +0100' 'a change in submodule-two' (tag: tag-submodule-two)
136+
* 70a13b95591dac76ce92dd9087d557fca539f98a
137+
* 'submodule-two Author'
138+
* 'Fri, 27 Mar 2026 17:39:59 +0100'
139+
* 'a change in submodule-two' (tag: tag-submodule-two)
134140
* submodule-two/pom.xml
135141
*
136-
* 91e49245092c089624d3e770d902cfc8bc53a852 'submodule-one Author' 'Fri, 27 Mar 2026 17:39:23 +0100' 'a change in submodule-one' (tag: tag-submodule-one)
142+
* 91e49245092c089624d3e770d902cfc8bc53a852
143+
* 'submodule-one Author'
144+
* 'Fri, 27 Mar 2026 17:39:23 +0100'
145+
* 'a change in submodule-one' (tag: tag-submodule-one)
137146
* submodule-one/pom.xml
138147
*
139-
* 9c5d2e13d042b0acb71c48232a9c408e42da87f7 'TheSnoozer' 'Fri, 27 Mar 2026 17:38:16 +0100' 'new repo for testing (based on git-commit-id-maven-debugging)'
148+
* 9c5d2e13d042b0acb71c48232a9c408e42da87f7
149+
* 'TheSnoozer'
150+
* 'Fri, 27 Mar 2026 17:38:16 +0100'
151+
* 'new repo for testing (based on git-commit-id-maven-debugging)'
140152
* [snip]
141153
* </pre>
142154
* and dirty:
@@ -145,7 +157,8 @@ public enum AvailableGitTestRepo {
145157
* M submodule-two/pom.xml
146158
* </pre>
147159
*/
148-
WITH_SUBMODULES_AND_MULTIPLE_COMMITS("src/test/resources/_git_with_submodules_and_multiple_commits"),
160+
WITH_SUBMODULES_AND_MULTIPLE_COMMITS(
161+
"src/test/resources/_git_with_submodules_and_multiple_commits"),
149162
// TODO: Why do the tests get stuck when we use .git??
150163
MAVEN_GIT_COMMIT_ID_PLUGIN("src/test/resources/_git_one_commit_with_umlaut");
151164

0 commit comments

Comments
 (0)