ressourceUnit

This commit is contained in:
Tr1xt4n 2023-03-03 11:11:49 +01:00
parent a54c2660e9
commit 483047a815

View File

@ -1,10 +1,10 @@
package fr.ntr; package fr.ntr;
public class ResourceBlock { public class RessourceUnit {
private User user; private User user;
private double bandwith; private double bandwith;
private ResourceBlock (User user, double bandwith) { private RessourceUnit(User user, double bandwith) {
this.user = user; this.user = user;
this.bandwith = bandwith; this.bandwith = bandwith;
} }