Skip to content

Commit

Permalink
making Feature2D members private
Browse files Browse the repository at this point in the history
  • Loading branch information
Telmo Menezes committed Mar 29, 2012
1 parent 54375c9 commit 6ea4185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/telmomenezes/jfastemd/Feature2D.java
@@ -1,8 +1,8 @@
package com.telmomenezes.jfastemd;

public class Feature2D implements Feature {
double x;
double y;
private double x;
private double y;

public Feature2D(double x, double y) {
this.x = x;
Expand Down

0 comments on commit 6ea4185

Please sign in to comment.