diff -r 56e990297bc5 -r 5e2d1edeb2c7 jdk/src/share/classes/com/sun/crypto/provider/DESedeCipher.java
--- a/jdk/src/share/classes/com/sun/crypto/provider/DESedeCipher.java Mon Nov 01 10:59:03 2010 -0700
+++ b/jdk/src/share/classes/com/sun/crypto/provider/DESedeCipher.java Mon Nov 01 22:02:35 2010 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -31,8 +31,8 @@
import javax.crypto.spec.*;
/**
- * This class implements the DESede algorithm (DES-EDE, tripleDES) in its various
- * modes (ECB
, CFB
, OFB
,
+ * This class implements the DESede algorithm (DES-EDE, tripleDES) in
+ * its various modes (ECB
, CFB
, OFB
,
* CBC
, PCBC
) and padding schemes
* (PKCS5Padding
, NoPadding
,
* ISO10126Padding
).