Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
64bd256f
Commit
64bd256f
authored
Aug 18, 2023
by
jinli gu
Browse files
Update Shape.java
parent
f4544134
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/utils/Shape.java
View file @
64bd256f
...
@@ -5,3 +5,4 @@ public class Shape {
...
@@ -5,3 +5,4 @@ public class Shape {
System
.
out
.
println
(
"Shape~area"
);
System
.
out
.
println
(
"Shape~area"
);
return
length
*
width
;
return
length
*
width
;
}
}
}
Write
Preview
Supports
Markdown
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