We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895a2ba commit 46d34dfCopy full SHA for 46d34df
1 file changed
SIF3InfraREST/SIF3REST/src/main/java/sif3/infra/rest/resource/BaseResource.java
@@ -301,7 +301,7 @@ public HeaderProperties getAllHTTPHeaderProperties()
301
* Returns the serviceType as given in the HTTP Header serviceType. This is a convenience method. If the service
302
* type is not set (eg. infrastructure services, utility services) then null is returned.
303
*
304
- * @return
+ * @return The service type as in the HTTP header serviceType. Should default to OBJECT.
305
*/
306
public ServiceType getServiceType()
307
{
0 commit comments