Skip to content
Snippets Groups Projects
Commit 11205be7 authored by Thomas Oster's avatar Thomas Oster
Browse files

Fix: Missing Override

parent aa29cd25
No related branches found
No related tags found
No related merge requests found
......@@ -728,6 +728,7 @@ abstract class EpilogCutter extends LaserCutter
*
* @return the value of bedWidth
*/
@Override
public double getBedWidth()
{
return bedWidth;
......@@ -749,6 +750,7 @@ abstract class EpilogCutter extends LaserCutter
*
* @return the value of bedHeight
*/
@Override
public double getBedHeight()
{
return bedHeight;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment