Le 28/09/2010 14:38, er...@apache.org a écrit : > Author: erans > Date: Tue Sep 28 12:38:09 2010 > New Revision: 1002145 > > URL: http://svn.apache.org/viewvc?rev=1002145&view=rev > Log: > Removed deprecated code. > > Modified: > > commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/NormalDistribution.java > > commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java > > commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/NormalDistributionTest.java
It seems some recent changes break compilation. Not in this specific set, but probably one of the previous ones from today or yesterday. The problems are some @Override annotations in BetaDistributionImpl (getAlpha, getBeta), GammaDistributionImpl (getalpha, getBeta) and ExponentialDistributionImpl (getMean). They directly implement interfaces and do not extend a superclass, so the Override annotation generates an error (at least on Eclipse). Luc --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org