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

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

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

revision 1.5 by tjl, Mon Apr 21 18:50:35 2003 UTC revision 1.6 by tjl, Mon Apr 21 19:55:52 2003 UTC
# Line 60  String rcsid = "$Id$"; Line 60  String rcsid = "$Id$";
60          // Note: for the legacy string content to work, we need to be able          // Note: for the legacy string content to work, we need to be able
61          // to load GZZ1 diffs as text blocks (see GZZ1Handler.LegacyContent          // to load GZZ1 diffs as text blocks (see GZZ1Handler.LegacyContent
62          // javadoc for more info).          // javadoc for more info).
63          if(!contentType.equals("text/plain; charset=UTF-8") &&          if(!contentType.equals(AbstractScrollBlock.plainText) &&
64             !contentType.equals("application/x-gzigzag-GZZ1") &&             !contentType.equals(AbstractScrollBlock.gzz1) &&
65             !contentType.equals("message/rfc822")) {             !contentType.equals("message/rfc822")) {
66              throw new Error("Unknown text block content type '"+              throw new Error("Unknown text block content type '"+
67                          contentType+"'");                          contentType+"'");

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