Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
刘旭
/
var-c1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2d5320d3
authored
7 years ago
by
刘旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
1 parent
6d9adbe8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/var/c1/TestController.java
src/main/java/org/var/c1/TestController.java
View file @
2d5320d
...
@@ -17,7 +17,7 @@ public class TestController {
...
@@ -17,7 +17,7 @@ public class TestController {
@RequestMapping
(
"test"
)
@RequestMapping
(
"test"
)
@ResponseBody
@ResponseBody
public
BaseLog
test
()
{
public
BaseLog
test
()
{
BaseLog
bl
=
new
BaseLog
(
tc
.
test
(),
tc
.
test
()
);
BaseLog
bl
=
tc
.
test
(
);
return
bl
;
return
bl
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment