Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjs-mda
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
model-driver
gjjs-mda
Commits
95472d09
Commit
95472d09
authored
Jan 03, 2023
by
chengzhuoshen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Constans 静态块代码不抛出异常
parent
acf03f72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
+1
-6
Constants.java
src/main/java/com/brilliance/mda/runtime/mda/Constants.java
+1
-6
No files found.
src/main/java/com/brilliance/mda/runtime/mda/Constants.java
View file @
95472d09
...
...
@@ -22,16 +22,11 @@ public class Constants {
try
{
packageInfo
.
load
(
ResourceUtils
.
getURL
(
"classpath:package-info.properties"
).
openStream
());
String
busipack
=
packageInfo
.
getProperty
(
GLOBAL_PACK_KEY
,
""
);
try
{
Dynamic_class
=
Class
.
forName
(
busipack
+
".Dynamic"
);
}
catch
(
Exception
e
){
}
Platform_class
=
Class
.
forName
(
busipack
+
".Platform"
);
EMPDATE
=
new
SimpleDateFormat
(
"yyyyMMdd"
).
parse
(
"19900806"
);
}
catch
(
Exception
e
){
e
.
printStackTrace
(
System
.
err
);
System
.
exit
(-
1
);
}
}
public
static
final
int
NO_SUCH_FIELD
=
27
;
...
...
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