Changeset 4383 for trunk/src/core/net


Ignore:
Timestamp:
Aug 7, 2008, 1:34:53 PM (15 years ago)
Author:
Martin Svensson
Message:

Fixed javadoc warnings

Location:
trunk/src/core/net/sf/basedb/core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/Project.java

    r4347 r4383  
    376376    only load items that the logged in user owns.
    377377
    378     @param itemType LLimit the list to only return items of the specified types,
     378    @param itemTypes Limit the list to only return items of the specified types,
    379379      use null or an empty set to return items of all types
    380380    @param firstItem The index of the first item to return (0-based)
  • trunk/src/core/net/sf/basedb/core/ReporterList.java

    r4301 r4383  
    179179
    180180    @param lists The reporter lists to look in
    181     @parame minCount The minimum number of list a reporter
     181    @param minCount The minimum number of list a reporter
    182182      is required to be present in
    183183    @param maxCount The maximum number of lists a reporter
  • trunk/src/core/net/sf/basedb/core/query/Aggregations.java

    r4336 r4383  
    126126    Calculates the quadratic mean, also called Root Mean Square, for an expression:
    127127    new expression = sqrt(AVG(e*e))
    128     @param The expression to use in the calculation
     128    @param e The expression to use in the calculation
    129129    @return The new Expression
    130130    @throws InvalidUseOfNullException If the expression is null
Note: See TracChangeset for help on using the changeset viewer.