Changeset 664
- Timestamp:
- 2008-10-03 13:42:02 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/kauri-runtime/src/main/java/org/kauriproject/runtime/repository/ChainedMaven2StyleArtifactRepository.java
r659 r664 33 33 } 34 34 35 public ResolvedArtifact tryResolve(String groupId, String classifier, String artifactId, String version) throws ArtifactNotFoundException {35 public ResolvedArtifact tryResolve(String groupId, String artifactId, String classifier, String version) throws ArtifactNotFoundException { 36 36 List<String> searchLocations = new ArrayList<String>(); 37 37
Note: See TracChangeset
for help on using the changeset viewer.