/[alph]/alph/org/nongnu/alph/impl/StormAlph.java
ViewVC logotype

Diff of /alph/org/nongnu/alph/impl/StormAlph.java

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

revision 1.4 by benja, Tue Apr 22 15:15:10 2003 UTC revision 1.5 by mudyc, Fri May 23 14:26:32 2003 UTC
# Line 33  public class StormAlph extends Alph { Line 33  public class StormAlph extends Alph {
33    
34              return new StdBlockFile(BlockTmpFile.get(stormPool.get(id)));              return new StdBlockFile(BlockTmpFile.get(stormPool.get(id)));
35          } catch(Exception e) {          } catch(Exception e) {
36              throw new Error("Loading blocktmpfile");              throw new Error("Loading blocktmpfile - "+e);
37          }          }
38      }      }
39    
# Line 56  public class StormAlph extends Alph { Line 56  public class StormAlph extends Alph {
56          return b.getId().toString();          return b.getId().toString();
57      }      }
58    
59        public StormPool getStormPool() { return stormPool; }
60  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26