Skip to content

Commit

Permalink
Minor javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Jul 15, 2006
1 parent ca02d98 commit bdf9ea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/prefuse/action/layout/StackedAreaChart.java
Expand Up @@ -81,7 +81,7 @@ public StackedAreaChart(String group, String field, String[] columns,

/**
* Set the data columns used to compute the stacked layout
* @param columns the various data fields, in sorted order, that
* @param cols the various data fields, in sorted order, that
* should be referenced for each consecutive point of a stack layer
*/
public void setColumns(String[] cols) {
Expand Down
1 change: 0 additions & 1 deletion src/prefuse/render/AxisRenderer.java
Expand Up @@ -63,7 +63,6 @@ public void setHorizontalAlignment(int xalign) {
* @param yalign the vertical alignment for the axis label. One of
* {@link prefuse.Constants#TOP}, {@link prefuse.Constants#BOTTOM},
* or {@link prefuse.Constants#CENTER}.
* @param yalign
*/
public void setVerticalAlignment(int yalign) {
m_yalign = yalign;
Expand Down

0 comments on commit bdf9ea2

Please sign in to comment.