You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/05/28 10:20:50 UTC

svn commit: r660853 - /harmony/enhanced/classlib/trunk/modules/security/src/main/java/unix/org/apache/harmony/security/provider/crypto/RandomBitsSupplier.java

Author: hindessm
Date: Wed May 28 01:20:50 2008
New Revision: 660853

URL: http://svn.apache.org/viewvc?rev=660853&view=rev
Log:
Remove spurious / character.

Modified:
    harmony/enhanced/classlib/trunk/modules/security/src/main/java/unix/org/apache/harmony/security/provider/crypto/RandomBitsSupplier.java

Modified: harmony/enhanced/classlib/trunk/modules/security/src/main/java/unix/org/apache/harmony/security/provider/crypto/RandomBitsSupplier.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/src/main/java/unix/org/apache/harmony/security/provider/crypto/RandomBitsSupplier.java?rev=660853&r1=660852&r2=660853&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security/src/main/java/unix/org/apache/harmony/security/provider/crypto/RandomBitsSupplier.java (original)
+++ harmony/enhanced/classlib/trunk/modules/security/src/main/java/unix/org/apache/harmony/security/provider/crypto/RandomBitsSupplier.java Wed May 28 01:20:50 2008
@@ -36,7 +36,7 @@
  *  The static class providing access on Linux platform
  *  to system means for generating true random bits. <BR>
  *
- *  The source for true random bits is one of Linux's devices "/dev/urandom/" or
+ *  The source for true random bits is one of Linux's devices "/dev/urandom" or
  *  "/dev/random" depends on which one is available; if both the first is used. <BR>
  *
  *  If no device available the service is not available,