From 5adde80225f547ffe8d50ca83efd121e495d8e53 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 07 Jun 2007 17:31:48 +0000
Subject: [PATCH] This commit:
---
opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java b/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
index c28db89..35b8260 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
@@ -249,6 +249,7 @@
});
} catch (Exception ex)
{
+ // do nothing;
}
}
@@ -270,6 +271,7 @@
});
} catch (Exception ex)
{
+ // do nothing;
}
}
@@ -294,6 +296,7 @@
Thread.sleep(sleepTime);
} catch (Exception ex)
{
+ // do nothing;
}
}
}
--
Gitblit v1.10.0