From 874d5c4e91c08f2882b6147dad23bf67c39af946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Fri, 15 Jun 2012 01:05:48 +0200 Subject: [PATCH] small fix --- .idea/workspace.xml | 84 ++++++++----------- .../ctdo/crashtest/cardplayer/MainFrame.java | 2 +- 2 files changed, 35 insertions(+), 51 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 935ddcd..e05d599 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,6 +8,7 @@ + @@ -64,21 +65,7 @@ - - - - - - - - - - - - - - - + @@ -107,10 +94,9 @@ - @@ -140,6 +126,7 @@ + @@ -214,7 +201,6 @@ - @@ -232,9 +218,9 @@ - - + + @@ -265,24 +251,6 @@ - - + + - + @@ -431,8 +417,8 @@ - - + + @@ -524,21 +510,19 @@ - - - + - + - + diff --git a/src/de/ctdo/crashtest/cardplayer/MainFrame.java b/src/de/ctdo/crashtest/cardplayer/MainFrame.java index 1071162..6fbaa2a 100644 --- a/src/de/ctdo/crashtest/cardplayer/MainFrame.java +++ b/src/de/ctdo/crashtest/cardplayer/MainFrame.java @@ -72,8 +72,8 @@ public class MainFrame extends JFrame { e.printStackTrace(); Vector vector = new Vector(); vector.add("could not read the input file..."); + return vector; } - return null; } }