mirror of https://github.com/apache/archiva.git
oups fix compilation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eceef01319
commit
7a2b07b118
|
@ -302,7 +302,7 @@ public class NexusRepositorySearch
|
|||
}
|
||||
|
||||
|
||||
protected List<IndexCreator> getAllIndexCreators()
|
||||
protected List<? extends IndexCreator> getAllIndexCreators()
|
||||
{
|
||||
return mavenIndexerUtils.getAllIndexCreators();
|
||||
}
|
||||
|
|
|
@ -12,7 +12,8 @@ package org.apache.archiva.scheduler.indexing;
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* software distributed under the Li
|
||||
* cense is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
|
@ -81,7 +82,7 @@ public class ArchivaIndexingTaskExecutor
|
|||
|
||||
private NexusIndexer nexusIndexer;
|
||||
|
||||
private List<IndexCreator> allIndexCreators;
|
||||
private List<? extends IndexCreator> allIndexCreators;
|
||||
|
||||
@PostConstruct
|
||||
public void initialize()
|
||||
|
|
Loading…
Reference in New Issue