Kaydet (Commit) afe95a1d authored tarafından Noel Grandin's avatar Noel Grandin

cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiom

Change-Id: Iac74be96b47720ab105f862e7d1a69f909214294
üst 47550b1f
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
package net.adaptivebox.space; package net.adaptivebox.space;
public class BasicPoint implements Cloneable, ILocationEngine { public class BasicPoint implements ILocationEngine {
//store the location information in the search space (S) //store the location information in the search space (S)
private final double[] location; private final double[] location;
......
...@@ -23,7 +23,7 @@ import java.awt.Color; ...@@ -23,7 +23,7 @@ import java.awt.Color;
/** /**
* This class specifies the format for a given spreadsheet cell. * This class specifies the format for a given spreadsheet cell.
*/ */
public class Format implements Cloneable { public class Format {
/** Horizontal Alignment Constants. */ /** Horizontal Alignment Constants. */
final public static int RIGHT_ALIGN = 0x01; final public static int RIGHT_ALIGN = 0x01;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment