Fixed Javadoc warnings.
This commit is contained in:
parent
b841a7f14b
commit
3f76c3692d
10 changed files with 65 additions and 70 deletions
|
@ -32,7 +32,7 @@ public class SimpleFrame extends JFrame {
|
|||
* component comp.
|
||||
*
|
||||
* @param frameTitle the title (on the title bar) of the window
|
||||
* @param rtfPane the */
|
||||
* @param comp the component to be placed within this frame */
|
||||
public SimpleFrame(String frameTitle, final Component comp)
|
||||
{
|
||||
super(frameTitle);
|
||||
|
|
|
@ -95,7 +95,7 @@ public class Primes
|
|||
} // end above
|
||||
|
||||
/**
|
||||
* @param return first prime less than candidate
|
||||
* @return first prime less than candidate
|
||||
*/
|
||||
public int below (int candidate)
|
||||
{
|
||||
|
@ -110,7 +110,7 @@ public class Primes
|
|||
/**
|
||||
* calc all primes in the range 1..n,
|
||||
* not the first n primes.
|
||||
* @param n, highest candidate, not necessarily prime.
|
||||
* @param n highest candidate, not necessarily prime.
|
||||
* @return list of primes 1..n in an array
|
||||
*/
|
||||
public final int[] getPrimes(int n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue