summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/util/HttpInput.java
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-01-09 23:04:22 -0500
committerAde Lee <alee@redhat.com>2012-01-09 23:51:27 -0500
commiteb3a34b387bee6a1125429ee45c1c5198b765aae (patch)
tree51407dd3d95645db727b8d7ddd60014b1805128d /pki/base/common/src/com/netscape/certsrv/util/HttpInput.java
parent182ccd2af012d16e8b899a0bb07014a7ead68199 (diff)
downloadpki-ticket-2.tar.gz
pki-ticket-2.tar.xz
pki-ticket-2.zip
Formatting - fix bad wrapsticket-2
Resolve conflict in pki/base/ca/src/com/netscape/ca/CRLIssuingPoint.java
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/util/HttpInput.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/util/HttpInput.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/util/HttpInput.java b/pki/base/common/src/com/netscape/certsrv/util/HttpInput.java
index e96af389..fef4d73e 100644
--- a/pki/base/common/src/com/netscape/certsrv/util/HttpInput.java
+++ b/pki/base/common/src/com/netscape/certsrv/util/HttpInput.java
@@ -174,9 +174,8 @@ public class HttpInput {
return i;
else {
throw new IOException(
- "Invalid key length '"
- + i
- + "'. Please consult your security officer for a proper length, or take the default value. Here are examples of some commonly used key lengths: 256, 384, 521.");
+ "Invalid key length '" + i
+ + "'. Please consult your security officer for a proper length, or take the default value. Here are examples of some commonly used key lengths: 256, 384, 521.");
}
/*
*