Skip to content

Commit

Permalink
Updated javadoc for RowFactory.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jan 16, 2015
1 parent c4ae1c5 commit ba3bfa2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
public class RowFactory {

/**
* Create a {@link Row} from an array of values. Position i in the array becomes position i
* in the created {@link Row} object.
* Create a {@link Row} from the given arguments. Position i in the argument list becomes
* position i in the created {@link Row} object.
*/
public static Row create(Object ... values) {
return new GenericRow(values);
Expand Down

0 comments on commit ba3bfa2

Please sign in to comment.