From 568a986b54b1770ea07a5369b51439885dcc9acf Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Wed, 29 Jul 2020 13:37:55 +0200 Subject: [PATCH] Inital commit --- pom.xml | 13 +++++++++++++ src/main/java/org/planix/augusta/Block.java | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 pom.xml create mode 100644 src/main/java/org/planix/augusta/Block.java 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; + +}