Skip to content
Snippets Groups Projects
Commit 78f84fd2 authored by Anders Austlid's avatar Anders Austlid
Browse files

Fridge model record class added

parent 8462812d
No related branches found
No related tags found
No related merge requests found
package ntnu.idatt2016.v233.SmartMat.model;
/**
* Fridge is a record class representing a fridge in the system.
*
* @author Anders
* @version 1.0
* @since 04.04.2023
*
* @param fridgeId
* @param groupId
*/
public record Fridge(long fridgeId, long groupId) {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment