commit 568a986b54b1770ea07a5369b51439885dcc9acf Author: 7u83 <7u83@mail.ru> Date: Wed Jul 29 13:37:55 2020 +0200 Inital commit diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..83eccc3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + org.planix + Augusta + 1.0-SNAPSHOT + jar + + UTF-8 + 11 + 11 + + \ No newline at end of file diff --git a/src/main/java/org/planix/augusta/Block.java b/src/main/java/org/planix/augusta/Block.java new file mode 100644 index 0000000..91bccc4 --- /dev/null +++ b/src/main/java/org/planix/augusta/Block.java @@ -0,0 +1,16 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package org.planix.augusta; + +/** + * + * @author tube + */ +public class Block { + public static int SIZE =1024; + java.util.concurrent.ConcurrentHashMap m; + +}