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:
Olivier Lamy 2011-08-16 14:42:28 +00:00
parent eceef01319
commit 7a2b07b118
2 changed files with 4 additions and 3 deletions

View File

@ -302,7 +302,7 @@ public class NexusRepositorySearch
} }
protected List<IndexCreator> getAllIndexCreators() protected List<? extends IndexCreator> getAllIndexCreators()
{ {
return mavenIndexerUtils.getAllIndexCreators(); return mavenIndexerUtils.getAllIndexCreators();
} }

View File

@ -12,7 +12,8 @@ package org.apache.archiva.scheduler.indexing;
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, * 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 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the * KIND, either express or implied. See the License for the
* specific language governing permissions and limitations * specific language governing permissions and limitations
@ -81,7 +82,7 @@ public class ArchivaIndexingTaskExecutor
private NexusIndexer nexusIndexer; private NexusIndexer nexusIndexer;
private List<IndexCreator> allIndexCreators; private List<? extends IndexCreator> allIndexCreators;
@PostConstruct @PostConstruct
public void initialize() public void initialize()