http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/1a2c89d4/core/src/main/java/flex/messaging/validators/ClassDeserializationValidator.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/flex/messaging/validators/ClassDeserializationValidator.java
 
b/core/src/main/java/flex/messaging/validators/ClassDeserializationValidator.java
index 4bc0857..592c629 100644
--- 
a/core/src/main/java/flex/messaging/validators/ClassDeserializationValidator.java
+++ 
b/core/src/main/java/flex/messaging/validators/ClassDeserializationValidator.java
@@ -210,6 +210,7 @@ public class ClassDeserializationValidator implements 
DeserializationValidator {
      * @param c The class that is being created.
      * @return True if the creation is valid.
      */
+    @Override
     public boolean validateCreation(Class<?> c) {
         String className = c == null ? null : c.getName();
         if (className == null) {

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/1a2c89d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b007b0..842c431 100755
--- a/pom.xml
+++ b/pom.xml
@@ -181,8 +181,8 @@
         </configuration>
       </plugin>
 
-      <!-- Diabled the Integration Tests as these seem to hang on the CI 
server -->
-      <!--plugin>
+      <!-- Disabled the Integration Tests as these seem to hang on the CI 
server -->
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
         <executions>
@@ -193,7 +193,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin-->
+      </plugin>
 
       <!-- Turned off till the JavaDoc tags are all correctly set -->
       <plugin>

Reply via email to