2 attempt to fix pipeline
This commit is contained in:
parent
9e49da0d00
commit
83c2554f29
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
||||||
package ch.usi.inf.sa4.sanmarinoes.smarthut.models;
|
package ch.usi.inf.sa4.sanmarinoes.smarthut.models;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import javax.persistence.Entity;
|
||||||
import org.springframework.core.io.FileSystemResource;
|
import org.springframework.core.io.FileSystemResource;
|
||||||
|
|
||||||
|
@Entity
|
||||||
public class SecurityCamera extends Switchable {
|
public class SecurityCamera extends Switchable {
|
||||||
|
|
||||||
public SecurityCamera() {
|
public SecurityCamera() {
|
||||||
|
|
Loading…
Reference in a new issue