Skip to content

Commit ad6d977

Browse files
committed
Fixed javadoc syntax error.
1 parent 304a45d commit ad6d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/javabdd/BitString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* The length of a bit set related to the logical length of a bit set
2929
* and is defined independently of implementation.
3030
*
31-
* @author John Whaley <[email protected]>
31+
* @author John Whaley
3232
* @version $Id: BitString.java 2279 2005-05-28 10:24:54Z joewhaley $
3333
*/
3434
public final class BitString implements Cloneable, java.io.Serializable {

0 commit comments

Comments
 (0)