|
From: Markus B. <mba...@us...> - 2005-10-09 21:14:53
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31226/src/org/rubypeople/rdt/internal/debug/core Modified Files: DebuggerNotFoundException.java Log Message: removed warning by creation of a serialVersionUID Index: DebuggerNotFoundException.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/DebuggerNotFoundException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DebuggerNotFoundException.java 14 Nov 2004 13:04:54 -0000 1.1 --- DebuggerNotFoundException.java 9 Oct 2005 21:14:47 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- public class DebuggerNotFoundException extends RuntimeException { + + private static final long serialVersionUID = -7048656572730937337L; + public DebuggerNotFoundException() { super("Could not connect to debugger.") ; |