File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/org/opensolaris/opengrok/history Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ javadoc.encoding=${source.encoding}
94
94
build.test.classes.dir =${build.dir}/test/classes
95
95
jar.index =${jnlp.enabled}
96
96
file.reference.jrcs.jar =lib/jrcs.jar
97
- javac.compilerargs =-Xlint\:unchecked
97
+ javac.compilerargs =-Xlint:-fallthrough
98
98
source.encoding =UTF-8
99
99
jnlp.signing.keystore =
100
100
meta.inf.dir =${src.dir}/META-INF
Original file line number Diff line number Diff line change @@ -434,8 +434,8 @@ private boolean isInAccuRevDepot(File wsPath) {
434
434
* for a given repository element path. For example,
435
435
* when the repository root is "/home/shaehn/workspaces/BABS_2" then
436
436
*
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
439
439
*
440
440
* Using depot relative names instead of absolute file paths solves
441
441
* the problems encountered when symbolic links are made for repository
@@ -444,8 +444,8 @@ private boolean isInAccuRevDepot(File wsPath) {
444
444
* /home/shaehn/active/src/BABS is a symbolic link to
445
445
* /home/shaehn/workspaces/BABS_2 then
446
446
*
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
449
449
*
450
450
* @param file path to repository element
451
451
* @return a depot relative file element path
You can’t perform that action at this time.
0 commit comments