Skip to content

Commit

Permalink
#645: Fix Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Jan 23, 2020
1 parent 2b499a5 commit 39f9718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenetics/src/main/java/io/jenetics/Phenotype.java
Expand Up @@ -130,7 +130,7 @@ public Genotype<G> genotype() {
*
* @return the cloned {@code Genotype} of this {@code Phenotype}.
* @throws NullPointerException if one of the arguments is {@code null}.
* @deprecated Use {@link #generation()} instead
* @deprecated Use {@link #genotype()} instead
*/
@Deprecated
public Genotype<G> getGenotype() {
Expand Down

0 comments on commit 39f9718

Please sign in to comment.