Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

[EDELIVERY-12755] PR updates

parent e9523db4
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ import java.util.StringJoiner;
/**
* DNS query request object with DNS type and query string
*
* @author Joze Rihtarsic
* @since 5.1
*/
public class DNSQueryRO implements Serializable {
......
......@@ -24,6 +24,7 @@ import java.util.StringJoiner;
/**
* DNS query request object with DNS type and query string
*
* @author Joze Rihtarsic
* @since 5.1
*/
public class DNSQueryRequestRO implements Serializable {
......
......@@ -26,6 +26,7 @@ import java.util.StringJoiner;
/**
* DNS Record with DNS type, raw result string
*
* @author Joze Rihtarsic
* @since 5.1
*/
public class DNSRecord implements Serializable {
......
......@@ -29,7 +29,7 @@ import java.util.List;
* Class provide dynamic discovery tools for UI.
*
* @author Joze Rihtarsic
* @since 5.0
* @since 5.1
*/
@Service
......
......@@ -20,6 +20,7 @@ import static eu.europa.ec.edelivery.smp.ui.ResourceConstants.PATH_ACTION_GENERA
/**
* Controller for the DNS tools. The dns tools help users to test, debug and troubleshoot DNS issues.
*
* @author Joze Rihtarsic
* @since 5.1
*/
@RestController
......
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