Skip to content

Commit

Permalink
refactor(revert-solution): Revert previous temporary solution
Browse files Browse the repository at this point in the history
  • Loading branch information
GeloPakDev1 committed Feb 8, 2024
1 parent a3a4af5 commit 7b1e1c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.folio.rest.exceptions;
//

public final class BadRequestException extends InventoryProcessingException {
public BadRequestException(Object message) {
super(message);
Expand Down

0 comments on commit 7b1e1c5

Please sign in to comment.