Skip to content

Commit

Permalink
Remove "impl" package in leshan-server-cf (in tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Nov 15, 2019
1 parent 2b5b233 commit b437d0c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Expand Up @@ -13,7 +13,7 @@
* Contributors:
* Sierra Wireless - initial API and implementation
*******************************************************************************/
package org.eclipse.leshan.server.californium.impl;
package org.eclipse.leshan.server.californium;

import java.net.Inet4Address;
import java.net.InetAddress;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* Contributors:
* Sierra Wireless - initial API and implementation
*******************************************************************************/
package org.eclipse.leshan.server.californium;
package org.eclipse.leshan.server.californium.bootstrap;

import static org.junit.Assert.*;

Expand Down
Expand Up @@ -13,7 +13,7 @@
* Contributors:
* Sierra Wireless - initial API and implementation
*******************************************************************************/
package org.eclipse.leshan.server.californium.impl;
package org.eclipse.leshan.server.californium.observation;

import java.net.InetAddress;
import java.net.UnknownHostException;
Expand All @@ -27,6 +27,7 @@
import org.eclipse.leshan.core.observation.Observation;
import org.eclipse.leshan.core.request.Identity;
import org.eclipse.leshan.core.request.ObserveRequest;
import org.eclipse.leshan.server.californium.CaliforniumTestSupport;
import org.eclipse.leshan.server.californium.observation.ObservationServiceImpl;
import org.eclipse.leshan.server.californium.observation.ObserveUtil;
import org.eclipse.leshan.server.californium.registration.CaliforniumRegistrationStore;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* Contributors:
* Sierra Wireless - initial API and implementation
*******************************************************************************/
package org.eclipse.leshan.server.californium.impl;
package org.eclipse.leshan.server.californium.registration;

import java.net.InetAddress;
import java.nio.charset.StandardCharsets;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* Contributors:
* Sierra Wireless - initial API and implementation
*******************************************************************************/
package org.eclipse.leshan.server.californium.impl;
package org.eclipse.leshan.server.californium.request;

import static org.junit.Assert.*;

Expand Down

0 comments on commit b437d0c

Please sign in to comment.