Increments minor version (2->3).
This commit is contained in:
parent
7158216734
commit
220dacc954
5 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Mon Dec 22 10:48:34 CET 2014
|
#Mon Dec 22 10:48:34 CET 2014
|
||||||
build.number=20
|
build.number=0
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
product.name=devinsy-utils
|
product.name=devinsy-utils
|
||||||
product.revision.major=0
|
product.revision.major=0
|
||||||
product.revision.minor=2
|
product.revision.minor=3
|
||||||
|
|
|
@ -19,9 +19,10 @@
|
||||||
package fr.devinsy.util.strings;
|
package fr.devinsy.util.strings;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is a collection of String objects with specific methods. It makes
|
* The {@code StringUtils} class defines helper methods to string collection.
|
||||||
* possible to build a string without any copy. The goal is to optimize the
|
*
|
||||||
* building of strings where they are lot of concatenation action.
|
* Operations that are null safe.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public class StringListUtils
|
public class StringListUtils
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (C) 2006-2010, 2013-2014 Christian Pierre MOMON
|
* Copyright (C) 2006-2010, 2013-2015 Christian Pierre MOMON
|
||||||
*
|
*
|
||||||
* This file is part of Devinsy-utils.
|
* This file is part of Devinsy-utils.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (C) 2010, 2013-2014 Christian Pierre MOMON
|
* Copyright (C) 2010, 2013-2015 Christian Pierre MOMON
|
||||||
*
|
*
|
||||||
* This file is part of Devinsy-utils.
|
* This file is part of Devinsy-utils.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue