Fixing accidental commong CPP change.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/597c5d9a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/597c5d9a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/597c5d9a Branch: refs/heads/ignite-1093-2 Commit: 597c5d9a5f75fe8a3913a2f856b0206c312c3904 Parents: a8b0f6a Author: vozerov-gridgain <[email protected]> Authored: Wed Sep 9 15:13:19 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Wed Sep 9 15:13:19 2015 +0300 ---------------------------------------------------------------------- modules/platform/src/main/cpp/common/src/java.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/597c5d9a/modules/platform/src/main/cpp/common/src/java.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/common/src/java.cpp b/modules/platform/src/main/cpp/common/src/java.cpp index 492e7b6..f2cccb6 100644 --- a/modules/platform/src/main/cpp/common/src/java.cpp +++ b/modules/platform/src/main/cpp/common/src/java.cpp @@ -322,7 +322,7 @@ namespace ignite JniMethod M_PLATFORM_UTILS_ERR_DATA = JniMethod("errorData", "(Ljava/lang/Throwable;)[B", true); const char* C_PLATFORM_IGNITION = "org/apache/ignite/internal/processors/platform/PlatformIgnition"; - JniMethod M_PLATFORM_IGNITION_START = JniMethod("start", "(Ljava/lang/String;Ljava/lang/String;IJJ)V", true); + JniMethod M_PLATFORM_IGNITION_START = JniMethod("start", "(Ljava/lang/String;Ljava/lang/String;IJJ)Lorg/apache/ignite/internal/processors/platform/PlatformProcessor;", true); JniMethod M_PLATFORM_IGNITION_INSTANCE = JniMethod("instance", "(Ljava/lang/String;)Lorg/apache/ignite/internal/processors/platform/PlatformProcessor;", true); JniMethod M_PLATFORM_IGNITION_ENVIRONMENT_POINTER = JniMethod("environmentPointer", "(Ljava/lang/String;)J", true); JniMethod M_PLATFORM_IGNITION_STOP = JniMethod("stop", "(Ljava/lang/String;Z)Z", true);
