From c2aa8522ae5fe0386a2328aceb2243aa3492310e Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 23 Apr 2007 21:28:35 +0000
Subject: [PATCH] Fix a line longer than 80 characters that was causing a checkstyle failure.
---
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java b/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java
index da6b33c..71741b5 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java
@@ -279,10 +279,10 @@
implements ListCellRenderer {
/**
- * The serial version identifier required to satisfy the compiler because this
- * class extends a class that implements the {@code java.io.Serializable}
- * interface. This value was generated using the {@code serialver}
- * command-line utility included with the Java SDK.
+ * The serial version identifier required to satisfy the compiler because
+ * this * class extends a class that implements the
+ * {@code java.io.Serializable} interface. This value was generated using
+ * the {@code serialver} command-line utility included with the Java SDK.
*/
private static final long serialVersionUID = -7075573664472711599L;
@@ -320,10 +320,10 @@
private Throwable reason = null;
/**
- * The serial version identifier required to satisfy the compiler because this
- * class extends a class that implements the {@code java.io.Serializable}
- * interface. This value was generated using the {@code serialver}
- * command-line utility included with the Java SDK.
+ * The serial version identifier required to satisfy the compiler because
+ * this * class extends a class that implements the
+ * {@code java.io.Serializable} interface. This value was generated using
+ * the {@code serialver} command-line utility included with the Java SDK.
*/
private static final long serialVersionUID = -5606673656068527646L;
--
Gitblit v1.10.0