Move class
This commit is contained in:
parent
cf26e07904
commit
a9824bcef5
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user