mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Rename io.bitsquare.{=>gui}.FatalException
Localize this exception within the gui package for now, as it's the only place where it's used at the moment.
This commit is contained in:
parent
922a2cd22f
commit
dc7d861f8e
@ -15,7 +15,7 @@
|
||||
* along with Bitsquare. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package io.bitsquare;
|
||||
package io.bitsquare.gui;
|
||||
|
||||
@SuppressWarnings("serializable")
|
||||
public class FatalException extends RuntimeException {
|
@ -17,7 +17,6 @@
|
||||
|
||||
package io.bitsquare.gui;
|
||||
|
||||
import io.bitsquare.FatalException;
|
||||
import io.bitsquare.locale.BSResources;
|
||||
|
||||
import com.google.inject.Injector;
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
package io.bitsquare.gui;
|
||||
|
||||
import io.bitsquare.FatalException;
|
||||
import io.bitsquare.app.BitsquareModule;
|
||||
|
||||
import com.google.inject.Guice;
|
||||
|
Loading…
Reference in New Issue
Block a user