You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/09/09 15:50:18 UTC

[2/4] incubator-tinkerpop git commit: Improved deprecation example to be more generic.

Improved deprecation example to be more generic.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/11da4591
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/11da4591
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/11da4591

Branch: refs/heads/master
Commit: 11da4591ae87cf536d87e1dcb04c51aeac09d7b0
Parents: b9ee1c0
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Sep 9 09:26:31 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Sep 9 09:26:31 2015 -0400

----------------------------------------------------------------------
 CONTRIBUTING.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/11da4591/CONTRIBUTING.asciidoc
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc
index 5956cca..1a29f79 100644
--- a/CONTRIBUTING.asciidoc
+++ b/CONTRIBUTING.asciidoc
@@ -159,7 +159,7 @@ public APIs that might be utilized by users or implemented by vendors:
 
 * Mark the code with the `@Deprecated` annotation.
 * Use javadoc to further document the change with the following pattern:
-`@deprecated As of release x.y.z, replaced by {@link #GremlinGroovyScriptEngine(CompilerCustomizerProvider...)}`.
+`@deprecated As of release x.y.z, replaced by {@link SomeOtherClass#someNewMethod()}`.
 * All deprecation should be tied to a JIRA issue with a "breaking" label.
 * Provide a post to the developers and/or users mailing lists as the case requires to alert the community to the change.