Move class

This commit is contained in:
Andrea Cavalli 2021-01-11 13:40:35 +01:00
parent cf26e07904
commit a9824bcef5
2 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@
package org.warp.filesponge.extra.api; package org.warp.filesponge.extra.api;
import java.util.Optional; import java.util.Optional;
import org.warp.filesponge.value.AlreadyAssignedException;
import org.warp.filesponge.value.FileURI; import org.warp.filesponge.value.FileURI;
/** /**

View File

@ -1,6 +1,6 @@
/* /*
* FileSponge * FileSponge
* Copyright (C) 2020 Andrea Cavalli * Copyright (C) 2021 Andrea Cavalli
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package org.warp.filesponge.extra.api; package org.warp.filesponge.value;
public class AlreadyAssignedException extends Exception { public class AlreadyAssignedException extends Exception {