-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce jacoco and global identifiers
- Loading branch information
flawmop
committed
Aug 19, 2024
1 parent
383b975
commit 51588b1
Showing
4 changed files
with
47 additions
and
29 deletions.
There are no files selected for viewing
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
11 changes: 11 additions & 0 deletions
11
src/main/java/com/insilicosoft/portal/svc/rip/RipIdentifiers.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.insilicosoft.portal.svc.rip; | ||
|
||
public final class RipIdentifiers { | ||
|
||
public static final String PARAM_NAME_SIMULATION_FILE = "mpfile"; | ||
public static final String REQUEST_MAPPING_RUN = "/run"; | ||
public static final String REQUEST_MAPPING_UPLOAD_ASYNC = "/uploadAsync"; | ||
|
||
private RipIdentifiers() {} | ||
|
||
} |
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
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