RB
This commit is contained in:
parent
5154f8f399
commit
9552b52697
@ -1,4 +1,11 @@
|
||||
package fr.ntr;
|
||||
|
||||
public class ResourceBlock {
|
||||
private User user;
|
||||
private double bandwith;
|
||||
|
||||
private ResourceBlock (User user, double bandwith) {
|
||||
this.user = user;
|
||||
this.bandwith = bandwith;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user