Re: [JGIT PATCH v3 20/23] Added the class NoGitRepositoryFoundException.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



fredagen den 23 maj 2008 22.34.29 skrev Florian Koeberle:
> +	public NoGitRepositoryFoundException(final File fileWeSearchedRepositoryFor) {
> +		super(String.format("No repository found for file '%s'",
> +				fileWeSearchedRepositoryFor));

This is any odd patterrn. Usually we use + to concatenate strimgs.

-- robin
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux