/[gzz]/gzz/gzz/impl/PlainCellManager.java
ViewVC logotype

Diff of /gzz/gzz/impl/PlainCellManager.java

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

revision 1.5 by benja, Tue Sep 17 18:56:41 2002 UTC revision 1.6 by tjl, Sat Oct 19 15:00:06 2002 UTC
# Line 29  import gzz.errors.*; Line 29  import gzz.errors.*;
29  import java.util.*;  import java.util.*;
30    
31  /** A CellManager which uses the class Cell directly, and where  /** A CellManager which uses the class Cell directly, and where
32   * all cells exist. Cell ids are generated using a RandomNamespace   * all cells exist. Cell ids are urn-5 names generated using a URN5Namespace.
33   */   */
34  public class PlainCellManager extends AbstractCellManager {  public class PlainCellManager extends AbstractCellManager {
35  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
36    
37      RandomNamespace namespace = new RandomNamespace();      URN5Namespace namespace = new URN5Namespace();
38    
39      protected Cell makeCell(String id) {      protected Cell makeCell(String id) {
40          if(id == null) return null;          if(id == null) return null;

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

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