chore(path): remove isValid deprecation flag

This commit is contained in:
Paul Alnet 2024-03-25 10:44:04 +01:00
parent 89fe1293d3
commit 43931e3d05

View file

@ -241,8 +241,6 @@ public class Path {
* </ul>
*
* @return true if the path is valid, false otherwise.
*
* @deprecated Need to be implemented.
*/
public boolean isValid() {