Skip to content

Commit

Permalink
fixed build errors after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Bhasin committed Mar 31, 2024
1 parent 65166fe commit 9667c5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,4 @@ public Model getModelByWorkitem(ItemCollection workitem) throws ModelException {
return getModel(workitem.getModelVersion());
}

@Override
public String modelVersionTableToString(String rootContext) throws ModelException {
return null;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,5 @@ public Model getModelByWorkitem(ItemCollection workitem) throws ModelException {
return model;
}

@Override
public String modelVersionTableToString(String rootContext) throws ModelException {
return null;
}

}
}

0 comments on commit 9667c5d

Please sign in to comment.