Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6359fe2b authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Fix Sonar warnings

parent acc62e89
No related branches found
No related tags found
No related merge requests found
package eu.europa.ec.edelivery.smp.servlet;
/**
* The REST API endpoint constants
*
* @author Joze Rihtarsic
* @since 4.1
*/
public class WebConstants {
public static int HTTP_RESPONSE_CODE_CREATED= 201;
public static int HTTP_RESPONSE_CODE_UPDATED= 200;
public static final int HTTP_RESPONSE_CODE_CREATED= 201;
public static final int HTTP_RESPONSE_CODE_UPDATED= 200;
public static final String HTTP_PARAM_DOMAIN="Domain";
public static final String HTTP_PARAM_RESOURCE_TYPE="Resource-Type";
public static final String HTTP_PARAM_OWNER="ServiceGroup-Owner";
private WebConstants() {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment