Skip to content

Commit

Permalink
Move CgroupV1KubernetesContainerUtil into hono-client-command.
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
  • Loading branch information
calohmn committed Sep 21, 2023
1 parent e8920d8 commit 817db3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the license for the specific language governing permissions and
* limitations under the license.
*/
package org.eclipse.hono.util;
package org.eclipse.hono.client.command;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.regex.Matcher;
import java.util.regex.Pattern;

import org.eclipse.hono.util.CgroupV1KubernetesContainerUtil;
import org.eclipse.hono.util.Pair;
import org.eclipse.hono.util.Strings;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

package org.eclipse.hono.util;
package org.eclipse.hono.client.command;

import static com.google.common.truth.Truth.assertThat;

Expand Down

0 comments on commit 817db3a

Please sign in to comment.