Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftMtMx
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
swiftMtMx
Commits
849f11eb
Commit
849f11eb
authored
Mar 21, 2023
by
zhanghou
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/psbc' into psbc
parents
3b51a6e4
4677b4ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
jarRepositories.xml
.idea/jarRepositories.xml
+5
-0
AbstractMT.java
...n/java/com/prowidesoftware/swift/model/mt/AbstractMT.java
+5
-0
No files found.
.idea/jarRepositories.xml
View file @
849f11eb
...
...
@@ -9,6 +9,11 @@
<remote-repository>
<option
name=
"id"
value=
"central"
/>
<option
name=
"name"
value=
"Central Repository"
/>
<option
name=
"url"
value=
"http://maven.aliyun.com/nexus/content/groups/public/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"central"
/>
<option
name=
"name"
value=
"Central Repository"
/>
<option
name=
"url"
value=
"http://maven.aliyun.com/nexus/content/repositories/central/"
/>
</remote-repository>
<remote-repository>
...
...
swiftMt/src/main/java/com/prowidesoftware/swift/model/mt/AbstractMT.java
View file @
849f11eb
...
...
@@ -732,6 +732,11 @@ public abstract class AbstractMT extends AbstractMessage implements JsonSerializ
}
return
this
;
}
public
AbstractMT
set
(
String
tag
,
String
value
)
{
return
append
(
new
Tag
(
tag
,
value
));
}
/**
* Add all the fields to the end of the block4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment