Skip to content

Commit b690212

Browse files
committed
Revise per review
1 parent 226355f commit b690212

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OpenGrok

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
#
2424

2525
#
26-
# OpenGrok Wrapper (initial setup and cron job updating)
26+
# opengrok.jar wrapper for initial setup and cron job updating.
27+
# Please see the Usage() function below for supported environment variables.
2728
#
2829

2930
#

src/org/opensolaris/opengrok/configuration/ConfigurationHelp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public static String getSamples()
5757

5858
Configuration conf = new Configuration();
5959
Class klass = conf.getClass();
60-
klass.getDeclaredMethods();
6160

6261
StringBuilder b = new StringBuilder();
6362
b.append("Configuration examples:\n");

src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public String getMandoc() {
597597
* @see #getMandoc()
598598
*/
599599
public void setMandoc(String value) {
600-
mandoc = value;
600+
this.mandoc = value;
601601
}
602602

603603
public int getCachePages() {

0 commit comments

Comments
 (0)