Skip to content

Commit

Permalink
Fix establishment API in OrderService
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Nov 15, 2023
1 parent a414333 commit 85c26de
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package ru.nsu.fit.directors.userservice.service;

import ru.nsu.fit.directors.userservice.exception.BaseException;
package ru.nsu.fit.directors.userservice.exception;

public class OrderManageException extends BaseException {
public OrderManageException() {
Expand Down

0 comments on commit 85c26de

Please sign in to comment.