Skip to content

Commit f050774

Browse files
committed
removed asterisks falsely added by IDE formatter bug
1 parent 88f4655 commit f050774

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cli/src/main/java/com/devonfw/tools/ide/context/GitContext.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface GitContext {
1919
* @param repoUrl the git remote URL to clone from.
2020
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
2121
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
22-
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
22+
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
2323
* final folder that will contain the ".git" subfolder.
2424
* @throws CliOfflineException if offline and cloning is needed.
2525
*/
@@ -30,7 +30,7 @@ public interface GitContext {
3030
*
3131
* @param repoUrl the git remote URL to clone from.
3232
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
33-
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
33+
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
3434
* final folder that will contain the ".git" subfolder.
3535
* @throws CliOfflineException if offline and cloning is needed.
3636
*/
@@ -44,7 +44,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository)
4444
*
4545
* @param repoUrl the git remote URL to clone from.
4646
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
47-
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
47+
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
4848
* final folder that will contain the ".git" subfolder.
4949
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
5050
* @throws CliOfflineException if offline and cloning is needed.
@@ -59,7 +59,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository,
5959
*
6060
* @param repoUrl the git remote URL to clone from.
6161
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
62-
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
62+
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
6363
* final folder that will contain the ".git" subfolder.
6464
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
6565
* @param remoteName the remote name e.g. origin.
@@ -72,7 +72,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository,
7272
*
7373
* @param gitRepoUrl the git remote URL to clone from.
7474
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
75-
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
75+
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
7676
* final folder that will contain the ".git" subfolder.
7777
* @throws CliOfflineException if offline and cloning is needed.
7878
*/
@@ -84,7 +84,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository,
8484
* @param gitRepoUrl the git remote URL to clone from.
8585
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
8686
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
87-
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
87+
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
8888
* final folder that will contain the ".git" subfolder.
8989
* @throws CliOfflineException if offline and cloning is needed.
9090
*/

0 commit comments

Comments
 (0)