Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #19 from erikkemperman/javadoc-warnings
Browse files Browse the repository at this point in the history
Reduce javadoc warnings
  • Loading branch information
jecollins committed Sep 15, 2016
2 parents 8ed0c2a + 5a02297 commit 7f53fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -50,7 +50,7 @@ public Genco(Broker broker) {
* timeslot
*
* @param timeslot
* @return
* @return wholesale data
*/
public WholesaleDataGenco findWholesaleDataByTimeslot(Timeslot timeslot) {
int serialNumber = timeslot.getSerialNumber();
Expand Down
Expand Up @@ -49,7 +49,7 @@ public int getTimeslotSerialNumber() {
* number index is created.
*
* @param timeslotSerialNumber
* @return
* @return wholesale snapshot
*/
public WholesaleSnapshot findSnapshot(int timeslotSerialNumber) {

Expand Down
Expand Up @@ -32,7 +32,7 @@ public static double getBalancingGrade(double brokerKWh, double brokerDistribute
* Calculates how well did broker perform in the wholesale market. It currently depends on ratio between the number of successful market transactions and the total number of broker's published orders.
* @param noOrders
* @param noMarketTransactions
* @return
* @return wholesale market grade
*/
public static double getWholesaleMarketGrade(int noOrders,
int noMarketTransactions) {
Expand Down

0 comments on commit 7f53fb4

Please sign in to comment.