Skip to content
Snippets Groups Projects
Commit 1b06d0f7 authored by Goik Martin's avatar Goik Martin
Browse files

Cosmetics

parent 6fd4c216
No related branches found
No related tags found
No related merge requests found
......@@ -215,11 +215,11 @@
<glossterm><xref linkend="glo_Javadoc"/> mismatches</glossterm>
<glossdef>
<para>Your method's formal parameters, their type and the
return type must match your documentation. In the following
code snippet the method
<methodname>getPrimeFactors</methodname> does have neither a
parameter named <property>prime</property> nor
<para>Your method's formal parameters, their type and a
method's return type must match your documentation. In the
following code snippet the method
<methodname>getPrimeFactors(...)</methodname> does have
neither a parameter named <property>prime</property> nor
<property>frequency</property>:</para>
<mediaobject>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment