Remove deprecated localized format.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/24e3c863 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/24e3c863 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/24e3c863 Branch: refs/heads/master Commit: 24e3c8632ea8d47c135caafe87f8274d096faa2d Parents: 2c94388 Author: tn <thomas.neidh...@gmail.com> Authored: Thu Feb 19 09:50:38 2015 +0100 Committer: tn <thomas.neidh...@gmail.com> Committed: Thu Feb 19 09:50:38 2015 +0100 ---------------------------------------------------------------------- .../org/apache/commons/math4/exception/util/LocalizedFormats.java | 2 -- .../commons/math4/exception/util/LocalizedFormats_fr.properties | 1 - 2 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/24e3c863/src/main/java/org/apache/commons/math4/exception/util/LocalizedFormats.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/exception/util/LocalizedFormats.java b/src/main/java/org/apache/commons/math4/exception/util/LocalizedFormats.java index ebac0d3..373bc19 100644 --- a/src/main/java/org/apache/commons/math4/exception/util/LocalizedFormats.java +++ b/src/main/java/org/apache/commons/math4/exception/util/LocalizedFormats.java @@ -129,8 +129,6 @@ public enum LocalizedFormats implements Localizable { INITIAL_CAPACITY_NOT_POSITIVE("initial capacity ({0}) is not positive"), INITIAL_COLUMN_AFTER_FINAL_COLUMN("initial column {1} after final column {0}"), INITIAL_ROW_AFTER_FINAL_ROW("initial row {1} after final row {0}"), - @Deprecated - INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE("input data comes from unsupported datasource: {0}, supported sources: {1}, {2}"), INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES("instance of class {0} not comparable to existing values"), INSUFFICIENT_DATA("insufficient data"), INSUFFICIENT_DATA_FOR_T_STATISTIC("insufficient data for t statistic, needs at least 2, got {0}"), http://git-wip-us.apache.org/repos/asf/commons-math/blob/24e3c863/src/main/resources/assets/org/apache/commons/math4/exception/util/LocalizedFormats_fr.properties ---------------------------------------------------------------------- diff --git a/src/main/resources/assets/org/apache/commons/math4/exception/util/LocalizedFormats_fr.properties b/src/main/resources/assets/org/apache/commons/math4/exception/util/LocalizedFormats_fr.properties index c1a7c26..dc9691c 100644 --- a/src/main/resources/assets/org/apache/commons/math4/exception/util/LocalizedFormats_fr.properties +++ b/src/main/resources/assets/org/apache/commons/math4/exception/util/LocalizedFormats_fr.properties @@ -102,7 +102,6 @@ INFINITE_VALUE_CONVERSION = les valeurs infinies ne peuvent \u00eatre converties INITIAL_CAPACITY_NOT_POSITIVE = la capacit\u00e9 initiale ({0}) n''est pas positive INITIAL_COLUMN_AFTER_FINAL_COLUMN = colonne initiale {1} apr\u00e8s la colonne finale {0} INITIAL_ROW_AFTER_FINAL_ROW = ligne initiale {1} apr\u00e8s la ligne finale {0} -INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE = les donn\u00e9es d''entr\u00e9e proviennent d''une source non prise en compte : {0}, sources prises en comptes : {1}, {2} INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES = l''instance de la classe {0} n''est pas comparable aux valeurs existantes INSUFFICIENT_DATA = donn\u00e9es insuffisantes INSUFFICIENT_DATA_FOR_T_STATISTIC = deux valeurs ou plus sont n\u00e9cessaires pour la statistique t, il y en a {0}