ressourceUnit
This commit is contained in:
parent
a54c2660e9
commit
483047a815
@ -1,10 +1,10 @@
|
||||
package fr.ntr;
|
||||
|
||||
public class ResourceBlock {
|
||||
public class RessourceUnit {
|
||||
private User user;
|
||||
private double bandwith;
|
||||
|
||||
private ResourceBlock (User user, double bandwith) {
|
||||
private RessourceUnit(User user, double bandwith) {
|
||||
this.user = user;
|
||||
this.bandwith = bandwith;
|
||||
}
|
||||
|
Reference in New Issue
Block a user