/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/DoorStorage.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/DoorStorage.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1531 by torben, Mon Jun 27 16:14:34 2011 UTC revision 1532 by torben, Mon Jun 27 18:10:05 2011 UTC
# Line 68  public class DoorStorage { Line 68  public class DoorStorage {
68                          }                          }
69                          in.close();                          in.close();
70                                                    
71                            System.out.println("[SecretDoor] loaded " + doors.size() + " doors");
72                            
73                  }                  }
74                  catch (FileNotFoundException fnfe) {                  catch (FileNotFoundException fnfe) {
75                            System.out.println("[SecretDoor] door file not found");
76                          return;                          return;
77                  }                  }
78                  catch (IOException e) {                  catch (IOException e) {

Legend:
Removed from v.1531  
changed lines
  Added in v.1532

  ViewVC Help
Powered by ViewVC 1.1.20