Author: sebb
Date: Mon Jan 25 19:03:56 2010
New Revision: 902929

URL: http://svn.apache.org/viewvc?rev=902929&view=rev
Log:
Document field thread-safety

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java?rev=902929&r1=902928&r2=902929&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
 Mon Jan 25 19:03:56 2010
@@ -34,6 +34,7 @@
      * Use {...@link #setRandomGenerator(RandomGenerator)} to supply an 
alternative
      * to the default JDK-provided PRNG.
      */
+    //@GuardedBy("this")
     private static RandomGenerator randomGenerator = new JDKRandomGenerator();
 
     /** the crossover policy used by the algorithm. */


Reply via email to