That fuck shit the fascists are using
at master 11 lines 213 B view raw
1package org.signal.pagingtest; 2 3public final class Item { 4 final String key; 5 final long timestamp; 6 7 public Item(String key, long timestamp) { 8 this.key = key; 9 this.timestamp = timestamp; 10 } 11}