Merge branch '1.5.x'
This commit is contained in:
		
						commit
						0b11fb7ce0
					
				| 
						 | 
					@ -147,7 +147,7 @@ final class ChangeableUrls implements Iterable<URL> {
 | 
				
			||||||
					urls.add(referenced.toURI().toURL());
 | 
										urls.add(referenced.toURI().toURL());
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				else {
 | 
									else {
 | 
				
			||||||
					System.err.println("Ignoring Class-Path entry " + entry + " found in "
 | 
										System.out.println("Ignoring Class-Path entry " + entry + " found in "
 | 
				
			||||||
							+ jarFile.getName() + " as " + referenced
 | 
												+ jarFile.getName() + " as " + referenced
 | 
				
			||||||
							+ " does not exist");
 | 
												+ " does not exist");
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue