Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
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
openSource
spring-boot-admin
Commits
c9a10305
Commit
c9a10305
authored
May 18, 2015
by
Johannes Stelzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comment
parent
7a9362d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ApplicationStore.java
...decentric/boot/admin/registry/store/ApplicationStore.java
+1
-1
No files found.
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/registry/store/ApplicationStore.java
View file @
c9a10305
...
...
@@ -25,7 +25,7 @@ import de.codecentric.boot.admin.model.Application;
public
interface
ApplicationStore
{
/**
* Inserts a new Application into the store. If the Id is already present in the store the
Application is NOT stor
ed.
* Inserts a new Application into the store. If the Id is already present in the store the
old Application is replac
ed.
*
* @param app Application to store
* @return the Application associated previosly with the applications id.
...
...
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