|
From: Markus B. <mba...@us...> - 2005-10-09 21:12:52
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30425/src/org/rubypeople/rdt/internal/debug/core/model Modified Files: RubyProcessingException.java Log Message: removed warning by creation of a serialVersionUID Index: RubyProcessingException.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/model/RubyProcessingException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RubyProcessingException.java 20 Mar 2004 15:37:09 -0000 1.3 --- RubyProcessingException.java 9 Oct 2005 21:12:47 -0000 1.4 *************** *** 4,7 **** --- 4,8 ---- public class RubyProcessingException extends Exception { + private static final long serialVersionUID = -1651883905005341856L; private String rubyExceptionType ; public RubyProcessingException(String type, String message) { |