This is an automated email from the ASF dual-hosted git repository.
klund pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 6bd7d6c GEODE-5686: Fix deprecated javadoc in StringId
6bd7d6c is described below
commit 6bd7d6c70a1fc719ba35da562b28c9c0ea6644ed
Author: Kirk Lund <[email protected]>
AuthorDate: Fri Oct 5 16:03:05 2018 -0700
GEODE-5686: Fix deprecated javadoc in StringId
---
geode-core/src/main/java/org/apache/geode/i18n/StringId.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/geode-core/src/main/java/org/apache/geode/i18n/StringId.java
b/geode-core/src/main/java/org/apache/geode/i18n/StringId.java
index 9b40c8d..9697805 100755
--- a/geode-core/src/main/java/org/apache/geode/i18n/StringId.java
+++ b/geode-core/src/main/java/org/apache/geode/i18n/StringId.java
@@ -12,7 +12,6 @@
* or implied. See the License for the specific language governing permissions
and limitations under
* the License.
*/
-
package org.apache.geode.i18n;
import java.text.MessageFormat;
@@ -24,8 +23,9 @@ import
org.apache.geode.internal.i18n.AbstractStringIdResourceBundle;
* This class forms the basis of the i18n strategy. Its primary function is to
be used as a key to
* be passed to an instance of StringIdResourceBundle.
*
- * @Deprecated localization in Geode is deprecated
+ * @deprecated localization in Geode is deprecated
*/
+@Deprecated
public class StringId {
/** The root name of the ResourceBundle */
private static final String RESOURCE_CLASS =