From 7b7ebc84474e3df3b7cc801bfa0a52b61a56df31 Mon Sep 17 00:00:00 2001
From: dizmo <dizmo>
Date: Fri, 31 Aug 2007 16:58:56 +0000
Subject: [PATCH] reverted test

---
 .../debug/core/watch/PHPEvalException.java         |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java
index 4a335fa..52f02be 100644
--- a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java
+++ b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java
@@ -2,10 +2,8 @@ package net.sourceforge.phpdt.internal.debug.core.watch;
 
 public class PHPEvalException extends Exception {
 
-	static final long serialVersionUID = 200708311126120L;
-
 	public PHPEvalException(String s) {
 		super(s);
 	}
 
-}
+}
\ No newline at end of file
-- 
1.7.1