File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
16
16
17
17
CDDL HEADER END
18
18
19
- Copyright (c) 2005, 2022 , Oracle and/or its affiliates. All rights reserved.
19
+ Copyright (c) 2005, 2023 , Oracle and/or its affiliates. All rights reserved.
20
20
Portions Copyright 2011 Jens Elkner.
21
21
Portions Copyright (c) 2018, Chris Fraire <[email protected] >.
22
22
@@ -49,9 +49,8 @@ include file="/menu.jspf"
49
49
PageConfig cfg = PageConfig . get(request);
50
50
String configError = " " ;
51
51
if (! cfg. hasHistory()) {
52
- configError = " Resource lacks history info. Was remote SCM side up when indexing occurred? "
53
- + " Cleanup history cache dir(or just the .gz for the file or db record) and rerun indexer making sure remote side will respond during indexing." ;
54
- }
52
+ configError = " Resource lacks history info." ;
53
+ }
55
54
% >
56
55
<h3 class =" error" >Error: File not found!</h3 >
57
56
<p >The requested resource is not available. </p >
You can’t perform that action at this time.
0 commit comments