Skip to content

Commit d277c45

Browse files
committed
Trying to fix build attempt number 2
Removed greater-than sign from comments
1 parent a0f4a5b commit d277c45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ javadoc.encoding=${source.encoding}
9494
build.test.classes.dir=${build.dir}/test/classes
9595
jar.index=${jnlp.enabled}
9696
file.reference.jrcs.jar=lib/jrcs.jar
97-
javac.compilerargs=-Xlint\:unchecked
97+
javac.compilerargs=-Xlint:-fallthrough
9898
source.encoding=UTF-8
9999
jnlp.signing.keystore=
100100
meta.inf.dir=${src.dir}/META-INF

src/org/opensolaris/opengrok/history/AccuRevRepository.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ private boolean isInAccuRevDepot(File wsPath) {
434434
* for a given repository element path. For example,
435435
* when the repository root is "/home/shaehn/workspaces/BABS_2" then
436436
*
437-
* given file path => /home/shaehn/workspaces/BABS_2/tools
438-
* depot relative => /./tools
437+
* given file path: /home/shaehn/workspaces/BABS_2/tools
438+
* depot relative: /./tools
439439
*
440440
* Using depot relative names instead of absolute file paths solves
441441
* the problems encountered when symbolic links are made for repository
@@ -444,8 +444,8 @@ private boolean isInAccuRevDepot(File wsPath) {
444444
* /home/shaehn/active/src/BABS is a symbolic link to
445445
* /home/shaehn/workspaces/BABS_2 then
446446
*
447-
* given file path => /home/shaehn/active/src/BABS/tools
448-
* depot relative => /./tools
447+
* given file path: /home/shaehn/active/src/BABS/tools
448+
* depot relative: /./tools
449449
*
450450
* @param file path to repository element
451451
* @return a depot relative file element path

0 commit comments

Comments
 (0)