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:
Chris Beams 2014-11-05 00:08:00 +01:00
parent 922a2cd22f
commit dc7d861f8e
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
3 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -17,7 +17,6 @@
package io.bitsquare.gui;
import io.bitsquare.FatalException;
import io.bitsquare.locale.BSResources;
import com.google.inject.Injector;

View File

@ -17,7 +17,6 @@
package io.bitsquare.gui;
import io.bitsquare.FatalException;
import io.bitsquare.app.BitsquareModule;
import com.google.inject.Guice;