Author: simonetripodi
Date: Mon Jan 30 12:19:49 2012
New Revision: 1237619
URL: http://svn.apache.org/viewvc?rev=1237619&view=rev
Log:
typo
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/weight/primitive/BigIntegerWeight.java
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/weight/primitive/BigIntegerWeight.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/weight/primitive/BigIntegerWeight.java?rev=1237619&r1=1237618&r2=1237619&view=diff
==============================================================================
---
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/weight/primitive/BigIntegerWeight.java
(original)
+++
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/weight/primitive/BigIntegerWeight.java
Mon Jan 30 12:19:49 2012
@@ -26,7 +26,7 @@ import java.math.BigInteger;
import org.apache.commons.graph.weight.OrderedMonoid;
/**
- * An {@link BigBigIntegerWeight} provides operations and properties
+ * An {@link BigIntegerWeight} provides operations and properties
* for weights of type {@link BigInteger}.
*/
public class BigIntegerWeight