-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Aug 8, 2023
1 parent
3c00157
commit 264343b
Showing
3 changed files
with
204 additions
and
210 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
9 changes: 4 additions & 5 deletions
9
FlySpring/edgechain-app/src/main/java/com/edgechain/lib/flyfly/commands/jbang/JbangFile.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,8 +1,7 @@ | ||
package com.edgechain.lib.flyfly.commands.jbang; | ||
|
||
public class JbangFile { | ||
private String originalResource; | ||
private String backingResource; | ||
public String target; | ||
|
||
} | ||
private String originalResource; | ||
private String backingResource; | ||
public String target; | ||
} |
Oops, something went wrong.