-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] progressBit 로직 수정 및 pickItem시 progressBit 변경
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
worker-service/src/main/java/com/example/workerservice/service/WorkerService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.example.workerservice.service; | ||
|
||
public interface WorkerService { | ||
String pickItem(String pickerId, long itemId); | ||
String pickItem(String pickerId, long itemId) throws Exception; | ||
String changePosition(String pickerId); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters