File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/org/opensolaris/opengrok/configuration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
#
24
24
25
25
#
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.
27
28
#
28
29
29
30
#
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ public static String getSamples()
57
57
58
58
Configuration conf = new Configuration ();
59
59
Class klass = conf .getClass ();
60
- klass .getDeclaredMethods ();
61
60
62
61
StringBuilder b = new StringBuilder ();
63
62
b .append ("Configuration examples:\n " );
Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ public String getMandoc() {
597
597
* @see #getMandoc()
598
598
*/
599
599
public void setMandoc (String value ) {
600
- mandoc = value ;
600
+ this . mandoc = value ;
601
601
}
602
602
603
603
public int getCachePages () {
You can’t perform that action at this time.
0 commit comments