Skip to content

Commit

Permalink
Fork Änderung
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Dec 8, 2020
1 parent 3b082de commit 3f4d144
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public interface BinaryOperation extends Operation {
* hier fehlt eine beschreibung immer noch
* @param arg1 first parameter
* @param arg2 second parameter
*
* @return result of binary operation
*/
public float perform(float arg1, float arg2);
Expand Down

0 comments on commit 3f4d144

Please sign in to comment.