File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/codec/digest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ public void testHash32() {
505505 */
506506 @ Test
507507 public void testHash32Long () {
508- // As described in the javadoc
508+ // As described in the Javadoc
509509 final int offset = 0 ;
510510 final int seed = 104729 ;
511511
@@ -524,7 +524,7 @@ public void testHash32Long() {
524524 */
525525 @ Test
526526 public void testHash32LongLong () {
527- // As described in the javadoc
527+ // As described in the Javadoc
528528 final int offset = 0 ;
529529 final int seed = 104729 ;
530530
@@ -546,7 +546,7 @@ public void testHash32LongLong() {
546546 */
547547 @ Test
548548 public void testHash32LongLongSeed () {
549- // As described in the javadoc
549+ // As described in the Javadoc
550550 final int offset = 0 ;
551551 final int seed = 104729 ;
552552
@@ -568,7 +568,7 @@ public void testHash32LongLongSeed() {
568568 */
569569 @ Test
570570 public void testHash32LongSeed () {
571- // As described in the javadoc
571+ // As described in the Javadoc
572572 final int offset = 0 ;
573573 final int seed = 104729 ;
574574
@@ -844,7 +844,7 @@ public void testHash64WithOffsetAndLength() {
844844 */
845845 @ Test
846846 public void testHash64WithPrimitives () {
847- // As described in the javadoc
847+ // As described in the Javadoc
848848 final int offset = 0 ;
849849 final int seed = 104729 ;
850850
You can’t perform that action at this time.
0 commit comments