提交 5ed1663a 编写于 作者: S sean.wang

merge

上级 6f8061b5
......@@ -31,7 +31,11 @@
<plugin>
<groupId>com.site.maven.plugins</groupId>
<artifactId>maven-codegen-plugin</artifactId>
<<<<<<< HEAD
<version>1.0.10</version>
=======
<version>1.0.9</version>
>>>>>>> 31515b8c1b82963a28412ab90fbd3229ea890f3f
<executions>
<execution>
<id>generate failure report model</id>
......
......@@ -23,11 +23,14 @@ public interface MessageStorage {
*/
public MessageTree get(String messageId);
/*
/**
* Get relative path to base directory or base URL.
*
* @param tree
*
* Get relative path to base directory or base URL.
*
* @param tree
* @return relative path to base directory or base URL
*/
public String getPath(MessageTree tree);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册