Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
conanguyw committed Jun 14, 2017
1 parent f3ddff5 commit c03998d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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>gyw-study</groupId>
<artifactId>java-nio</artifactId>
<version>1.0.2017061401</version>


</project>
12 changes: 12 additions & 0 deletions src/main/java/com/gyw/study/Constant.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* LY.com Inc.
* Copyright (c) 2004-2017 All Rights Reserved.
*/
package com.gyw.study;

/**
* @author gyw33188
* @version $Id: Constant.java, v0.1 2017/6/14 gyw33188 Exp $$
*/
public abstract class Constant {
}

0 comments on commit c03998d

Please sign in to comment.