Skip to content

Commit

Permalink
JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pdegeus committed Oct 10, 2016
1 parent 38e9ddb commit e277295
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.openhab.io.imperihome.internal.model;

/**
* FIXME: JavaDoc
* Room data object.
* @author pdegeus
*/
public class Room {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.Collection;

/**
* FIXME: JavaDoc
* Room list data object.
* @author pdegeus
*/
public class RoomList {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.openhab.io.imperihome.internal.model;

/**
* FIXME: JavaDoc
* System data object.
* @author pdegeus
*/
public class System {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import org.openhab.io.imperihome.internal.model.device.AbstractDevice;

/**
* FIXME: JavaDoc
* The device registry stores created devices by ID.
* @author pdegeus
*/
public class DeviceRegistry implements Iterable<AbstractDevice> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.security.NoSuchAlgorithmException;

/**
* FIXME: JavaDoc
* Digest utility.
* @author pdegeus
*/
public final class DigestUtil {
Expand Down

0 comments on commit e277295

Please sign in to comment.