/[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.1 by tjl, Mon Apr 21 16:31:23 2003 UTC revision 1.2 by tjl, Mon Apr 21 19:33:30 2003 UTC
# Line 10  public class StormAlph extends Alph { Line 10  public class StormAlph extends Alph {
10    
11      StormPool stormPool;      StormPool stormPool;
12    
13        public StormAlph(StormPool stormPool) {
14            this.stormPool = stormPool;
15        }
16    
17      public ScrollBlock getScrollBlock(String uri) {      public ScrollBlock getScrollBlock(String uri) {
18          BlockId id = new BlockId(uri);          BlockId id = new BlockId(uri);
19          String ct = id.getContentType();          String ct = id.getContentType();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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