File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ protected static List<String> getIncludedFiles(
363
363
*
364
364
* @param sourceDirectory the directory where the source files are located
365
365
* @param excludePackagenames package names to be excluded in the javadoc
366
- * @return a List of the packagenames to be excluded
366
+ * @return the package names to be excluded
367
367
*/
368
368
protected static Collection <String > getExcludedPackages (
369
369
final Path sourceDirectory , Collection <String > excludePackagenames ) {
@@ -1262,7 +1262,10 @@ static <T> List<T> toList(T single, T[] multiple) {
1262
1262
return result ;
1263
1263
}
1264
1264
1265
- // TODO: deprecate in favor of Path.relativize
1265
+ /**
1266
+ * @deprecated use {@link Path#relativize(Path)} () instead
1267
+ */
1268
+ @ Deprecated
1266
1269
public static String toRelative (File basedir , String absolutePath ) {
1267
1270
String relative ;
1268
1271
You can’t perform that action at this time.
0 commit comments