Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 78558ccfeacc1ad59d295a681c288ab5 > files > 7

azureus-4.8.1.2-1.fc18.src.rpm

diff -up azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java.silly-java-tricks-are-for-kids azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java
--- azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java.silly-java-tricks-are-for-kids	2009-07-31 21:40:31.000000000 +0300
+++ azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java	2009-07-31 21:43:37.000000000 +0300
@@ -51,10 +51,6 @@ PlatformManagerFactory 
 				    
 				    platform_manager = org.gudy.azureus2.platform.unix.PlatformManagerImpl.getSingleton();
 						
-				}catch( PlatformManagerException e ){
-					
-						// exception will already have been logged
-					
 				}catch( Throwable e ){
 					
 					Debug.printStackTrace(e);