mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
Added extension point for author metadata
This commit is contained in:
@@ -27,7 +27,7 @@ public interface HalAppender {
|
||||
LinkArrayBuilder linkArrayBuilder(String rel);
|
||||
|
||||
/**
|
||||
* Appends one embedded to the json response.
|
||||
* Appends one embedded object to the json response.
|
||||
*
|
||||
* @param rel name of relation
|
||||
* @param embeddedItem embedded object
|
||||
@@ -40,7 +40,7 @@ public interface HalAppender {
|
||||
interface LinkArrayBuilder {
|
||||
|
||||
/**
|
||||
* Append an link to the array.
|
||||
* Append a link to the array.
|
||||
*
|
||||
* @param name name of link
|
||||
* @param href link target
|
||||
|
||||
Reference in New Issue
Block a user