Inital commit
This commit is contained in:
commit
568a986b54
13
pom.xml
Normal file
13
pom.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>org.planix</groupId>
|
||||||
|
<artifactId>Augusta</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
|
</properties>
|
||||||
|
</project>
|
16
src/main/java/org/planix/augusta/Block.java
Normal file
16
src/main/java/org/planix/augusta/Block.java
Normal file
@ -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<String,String> m;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user