Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Made AlgorithmHelper public to allow its reuse outside the layouts
plug-ins
  • Loading branch information
ujhelyiz committed Apr 5, 2011
1 parent acfe728 commit 66581d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
import org.eclipse.zest.layouts.dataStructures.DisplayIndependentRectangle;
import org.eclipse.zest.layouts.interfaces.EntityLayout;

class AlgorithmHelper {
public class AlgorithmHelper {

public static int MIN_NODE_SIZE = 8;

Expand Down

0 comments on commit 66581d1

Please sign in to comment.