mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
[cleanup] fix Javadoc warnings
This commit is contained in:
parent
c19a3d1097
commit
d576a792fc
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ public class ArchiveHandlerManager
|
|||
|
||||
/**
|
||||
* Tests whether a file is an known type of archive, based on the file name.
|
||||
* @param file the name of the file to test.
|
||||
* @param filename the name of the file to test.
|
||||
* @return true if and only if the file is an archive whose
|
||||
* type is registered with the ArchiveHandlerManager.
|
||||
*/
|
||||
|
@ -350,7 +350,7 @@ public class ArchiveHandlerManager
|
|||
/**
|
||||
* Tests whether the absolute path given by <code>path</code>
|
||||
* refers to a virtual object.
|
||||
* @param path
|
||||
* @param path an absolute path string to check
|
||||
* @return True if and only if the absolute path refers to a virtual object.
|
||||
*/
|
||||
public static boolean isVirtual(String path)
|
||||
|
|
Loading…
Add table
Reference in a new issue