Author: peter_firmstone
Date: Sat Feb  9 04:26:56 2013
New Revision: 1444327

URL: http://svn.apache.org/r1444327
Log:
RIVER-416

Modified:
    river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/logging/Levels.java

Modified: 
river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/logging/Levels.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/logging/Levels.java?rev=1444327&r1=1444326&r2=1444327&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/logging/Levels.java 
(original)
+++ river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/logging/Levels.java Sat 
Feb  9 04:26:56 2013
@@ -18,6 +18,8 @@
 
 package com.sun.jini.logging;
 
+import java.io.IOException;
+import java.io.ObjectInputStream;
 import java.util.logging.Level;
 
 /**
@@ -78,7 +80,7 @@ public class Levels {
             super(name, value, resourceBundleName);
         }
         
-        private void readObject(ObjectInputStream in){
+        private void readObject(ObjectInputStream in) throws IOException, 
ClassNotFoundException{
             in.defaultReadObject();
         }
     }


Reply via email to