Skip to content

Commit

Permalink
Add mandatory headers
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Dec 26, 2024
1 parent 6479598 commit 3faaddd
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
/**
* Copyright (c) 2010-2023 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.automation.jrule.things;

/**
* The {@link JRuleChannel} represents a Thing channel, possibly linked to an Item.
*
* @author Arne Seime - Initial contribution
*/
public class JRuleChannel {
private String channelUID;

Expand Down

0 comments on commit 3faaddd

Please sign in to comment.