branch develop updated (58f3e3a -> 0a1b3de)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from 58f3e3a [jgitflow-maven-plugin]Updating develop poms back to pre merge state new df50085 make TopiaException runtime (refs #3367) new 0a1b3de fixes #3682: Make TopiaException runtime Merge branch 'feature/3367' into develop The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0a1b3deb75993d88de5896a87875a4e3625635f9 Merge: 58f3e3a df50085 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 25 08:48:06 2015 +0200 fixes #3682: Make TopiaException runtime Merge branch 'feature/3367' into develop commit df500852939a4176a4e248d6efe956b6234fc16c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 25 08:48:04 2015 +0200 make TopiaException runtime (refs #3367) Summary of changes: topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit df500852939a4176a4e248d6efe956b6234fc16c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 25 08:48:04 2015 +0200 make TopiaException runtime (refs #3367) --- topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java b/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java index bc2bc9e..dc00ebf 100644 --- a/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java +++ b/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java @@ -32,7 +32,7 @@ package org.nuiton.topia; * @author poussin <poussin@codelutin.com> * @version $Id$ */ -public class TopiaException extends Exception { +public class TopiaException extends RuntimeException { /** Version UID */ private static final long serialVersionUID = -1251439453383121393L; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 0a1b3deb75993d88de5896a87875a4e3625635f9 Merge: 58f3e3a df50085 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 25 08:48:06 2015 +0200 fixes #3682: Make TopiaException runtime Merge branch 'feature/3367' into develop topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm