Skip to content

Commit 58797cf

Browse files
committed
unsplit lines
1 parent dfe97d6 commit 58797cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/Repository.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,9 @@ protected static String getCommand(Class<? extends Repository> repoClass, String
566566
/**
567567
* Set the name of the external client command that should be used to access
568568
* the repository wrt. the given parameters. Does nothing, if this
569-
* repository's <var>RepoCommand</var> has already been set (i.e. has a
570-
* non-{@code null} value).
569+
* repository's <var>RepoCommand</var> has already been set (i.e. has a non-{@code null} value).
571570
*
572-
* @param propertyKey property key to lookup the corresponding system
573-
* property.
571+
* @param propertyKey property key to look up the corresponding system property.
574572
* @param fallbackCommand the command to use, if lookup fails.
575573
* @return the command to use.
576574
* @see #RepoCommand

0 commit comments

Comments
 (0)