/[gzz]/gzz/gzz/view/AbstractViewContext.java
ViewVC logotype

Diff of /gzz/gzz/view/AbstractViewContext.java

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

revision 1.6 by tjl, Tue Feb 4 10:09:03 2003 UTC revision 1.7 by tjl, Tue Feb 4 12:38:49 2003 UTC
# Line 65  public class AbstractViewContext impleme Line 65  public class AbstractViewContext impleme
65          throw new UnsupportedOperationException();          throw new UnsupportedOperationException();
66      }      }
67      public List getCursorColors(Cell c) { return null; }      public List getCursorColors(Cell c) { return null; }
68    
69        public Object clone() {
70            try {
71                return super.clone();
72            } catch(CloneNotSupportedException e) {
73                return null;
74            }
75        }
76  }  }

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

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