*
* @see
* @see DefaultClientEndpointNameProvider
diff --git a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/model/ObjectLoader.java b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/model/ObjectLoader.java
index b5e707f448..76b5b927e8 100644
--- a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/model/ObjectLoader.java
+++ b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/model/ObjectLoader.java
@@ -197,7 +197,6 @@ public static List
* It should be used to load DDF embedded with your application bundle (e.g. jar, war, ...)
- *
*
* @param path directory path to the DDF files
* @param filenames names of all the DDF files
@@ -247,7 +246,6 @@ public static List
* It should be used to load DDF embedded with your application bundle (e.g. jar, war, ...)
- *
*
* @param paths An array of paths to DDF files.
* @param validate true if you want model validation. Validation is not free and it could make sense to not validate
@@ -265,7 +263,6 @@ public static List
* It should be used to load DDF embedded with your application bundle (e.g. jar, war, ...)
- *
*
* @param paths An array of paths to DDF files.
* @param ddfFileParser a ddfFileParser which could do validation optionally.
diff --git a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/LwM2mDecoder.java b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/LwM2mDecoder.java
index 6d1d483ced..0ec8d1ce3d 100644
--- a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/LwM2mDecoder.java
+++ b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/LwM2mDecoder.java
@@ -105,7 +105,6 @@ List
*
* @param content the content
* @param format the content format
diff --git a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeDecoder.java b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeDecoder.java
index cb79f7d7a0..4601877d1f 100644
--- a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeDecoder.java
+++ b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeDecoder.java
@@ -32,7 +32,6 @@
public interface TimestampedMultiNodeDecoder {
/**
* Deserializes a binary content into a {@link TimestampedLwM2mNodes}.
- *
*
* @param content the content
* @param rootPath the expected rootPath also known as alternatePath of LWM2M client.
diff --git a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeEncoder.java b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeEncoder.java
index b4f31950f3..b9fd0d63dd 100644
--- a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeEncoder.java
+++ b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/node/codec/TimestampedMultiNodeEncoder.java
@@ -26,7 +26,6 @@
public interface TimestampedMultiNodeEncoder {
/**
* Serializes a {@link TimestampedLwM2mNodes} object into a byte array.
- *
*
* @param rootPath to use by LWM2M client (also known as alternate path)
* @param timestampedNodes timestamped nodes to be serialized
diff --git a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/request/WriteCompositeRequest.java b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/request/WriteCompositeRequest.java
index 5614ced75f..a869634f88 100644
--- a/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/request/WriteCompositeRequest.java
+++ b/leshan-lwm2m-core/src/main/java/org/eclipse/leshan/core/request/WriteCompositeRequest.java
@@ -49,7 +49,6 @@ public class WriteCompositeRequest extends AbstractLwM2mRequest
*
* @see
* @see DefaultServerEndpointNameProvider
diff --git a/pom.xml b/pom.xml
index 86707c7bf7..49879b97ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,8 +138,7 @@ Contributors:
null
. And
* must be {@link Boolean} or {@link String} or a byte array or {@link Date} or {@link Long} or
diff --git a/leshan-lwm2m-servers-shared/src/main/java/org/eclipse/leshan/servers/ServerEndpointNameProvider.java b/leshan-lwm2m-servers-shared/src/main/java/org/eclipse/leshan/servers/ServerEndpointNameProvider.java
index 5bb1395e00..38193acbef 100644
--- a/leshan-lwm2m-servers-shared/src/main/java/org/eclipse/leshan/servers/ServerEndpointNameProvider.java
+++ b/leshan-lwm2m-servers-shared/src/main/java/org/eclipse/leshan/servers/ServerEndpointNameProvider.java
@@ -20,7 +20,6 @@
/**
* Since LWM2M v1.1, endpoint name is optional in REGISTER and BOOTSTRAP request. An {@link ServerEndpointNameProvider}
* is responsible to find the right Endpoint Name from the client identity.
- *