Replace <code> with {@code} in javadoc

{@code foo} is shorter and easier to read and write than
<code>foo</code>, which is why it was introduced years ago in the
javadoc processor.  Make consistent use of it throughout the
documentation comments.

Change-Id: I59d428cb6c5015453629398b0697891b83c8e91d
This commit is contained in:
Shawn Pearce
2013-11-24 13:12:17 -08:00
parent b112635e9a
commit dd218662c0
43 changed files with 97 additions and 97 deletions

View File

@@ -820,7 +820,7 @@ public class SubmoduleOpTest extends LocalDiskRepositoryTestCase {
* subscriptions.
* <p>
* In this test a commit is created and considered merged to
* <code>mergedBranch</code> branch.
* {@code mergedBranch} branch.
* </p>
* <p>
* The destination project the commit was merged is not considered to be a
@@ -846,7 +846,7 @@ public class SubmoduleOpTest extends LocalDiskRepositoryTestCase {
* Subscriptions table.
* <p>
* In this test a commit is created and considered merged to
* <code>mergedBranch</code> branch.
* {@code mergedBranch} branch.
* </p>
* <p>
* The destination project the commit was merged is not considered to be a
@@ -859,7 +859,7 @@ public class SubmoduleOpTest extends LocalDiskRepositoryTestCase {
* @param extractedSubscriptions The subscription rows extracted from
* gitmodules file.
* @param previousSubscriptions The subscription rows to be considering as
* existing and pointing as target to the <code>mergedBranch</code>
* existing and pointing as target to the {@code mergedBranch}
* before updating the table.
* @throws Exception If an exception occurs.
*/