m-chrzan.xyz
index
:
CloudAtlas
master
Distributed system for course @ MIMUW
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
pl
/
edu
/
mimuw
/
cloudatlas
/
Container.java
blob: db5a15669dfc270f7e8fef0dcc5e9db9ab1e1851 (
plain
)
1
2
3
4
5
package
pl.edu.mimuw.cloudatlas
;
public
class
Container
<
T
>
{
public
T
thing
;
}