提交 6710a10d 编写于 作者: S sean.wang

merge

上级 5ed1663a
...@@ -31,8 +31,12 @@ ...@@ -31,8 +31,12 @@
<plugin> <plugin>
<groupId>com.site.maven.plugins</groupId> <groupId>com.site.maven.plugins</groupId>
<artifactId>maven-codegen-plugin</artifactId> <artifactId>maven-codegen-plugin</artifactId>
<<<<<<< HEAD
<<<<<<< HEAD <<<<<<< HEAD
<version>1.0.10</version> <version>1.0.10</version>
=======
<version>1.0.9</version>
>>>>>>> 31515b8c1b82963a28412ab90fbd3229ea890f3f
======= =======
<version>1.0.9</version> <version>1.0.9</version>
>>>>>>> 31515b8c1b82963a28412ab90fbd3229ea890f3f >>>>>>> 31515b8c1b82963a28412ab90fbd3229ea890f3f
......
...@@ -16,6 +16,7 @@ public interface MessageStorage { ...@@ -16,6 +16,7 @@ public interface MessageStorage {
public String store(MessageTree tree); public String store(MessageTree tree);
/** /**
<<<<<<< HEAD
* Fetch a message tree from the store. * Fetch a message tree from the store.
* *
* @param messageId * @param messageId
...@@ -28,6 +29,8 @@ public interface MessageStorage { ...@@ -28,6 +29,8 @@ public interface MessageStorage {
* *
* @param tree * @param tree
* *
=======
>>>>>>> 31515b8c1b82963a28412ab90fbd3229ea890f3f
* Get relative path to base directory or base URL. * Get relative path to base directory or base URL.
* *
* @param tree * @param tree
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册