Skip to content

Commit

Permalink
Some formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 12, 2022
1 parent 7602603 commit 58db98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2020 Sierra Wireless and others.
*
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface LwM2m {
/**
* Version of LWM2M specification.
*/
public class LwM2mVersion extends Version {
public class LwM2mVersion extends Version {

public static LwM2mVersion V1_0 = new LwM2mVersion("1.0", true);
public static LwM2mVersion V1_1 = new LwM2mVersion("1.1", true);
Expand Down

0 comments on commit 58db98a

Please sign in to comment.