branch develop updated (d2233654 -> cbfbaaa5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from d2233654 Clean dependencies in the templates module new cbfbaaa5 Add missing file headers The 1 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 cbfbaaa5a889d30d4528c5aa2065b1e3066d415b Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Jun 7 16:30:06 2018 +0200 Add missing file headers Summary of changes: .../internal/HibernateProviderTest.java | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 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 https://gitlab.nuiton.org/nuiton/topia.git commit cbfbaaa5a889d30d4528c5aa2065b1e3066d415b Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Jun 7 16:30:06 2018 +0200 Add missing file headers --- .../internal/HibernateProviderTest.java | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java b/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java index d16e1b24..7d213824 100644 --- a/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java +++ b/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java @@ -1,5 +1,27 @@ package org.nuiton.topia.persistence.internal; +/*- + * #%L + * ToPIA :: Persistence + * %% + * Copyright (C) 2004 - 2018 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider; import org.junit.Assert; import org.junit.Test; @@ -24,4 +46,4 @@ public class HibernateProviderTest { Assert.fail(connectionProviderClassName + " should be available in classpath at runtime, maybe the constant is wrong and the library moved the connection provider"); } } -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm