Repository: ignite Updated Branches: refs/heads/ignite-1270 5852b7d37 -> 65f221056
More Javadoc style adjustments. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/65f22105 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/65f22105 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/65f22105 Branch: refs/heads/ignite-1270 Commit: 65f22105654745740d6c2087d3da4ee203862564 Parents: 5852b7d Author: Raul Kripalani <[email protected]> Authored: Tue Nov 24 19:38:04 2015 +0000 Committer: Raul Kripalani <[email protected]> Committed: Tue Nov 24 19:38:19 2015 +0000 ---------------------------------------------------------------------- .../java/org/apache/ignite/osgi/IgniteOsgiContextActivator.java | 4 +--- .../src/main/java/org/apache/ignite/osgi/IgniteOsgiUtils.java | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/65f22105/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiContextActivator.java ---------------------------------------------------------------------- diff --git a/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiContextActivator.java b/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiContextActivator.java index c5ab7f3..8eac0d8 100644 --- a/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiContextActivator.java +++ b/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiContextActivator.java @@ -42,11 +42,9 @@ import org.osgi.framework.BundleContext; * You must provide the {@link IgniteConfiguration} to start by implementing the {@link #igniteConfiguration()} * abstract method. The return value of this method cannot be {@code null}. For example, if your implementation is * called {@code org.myorg.osgi.IgniteActivator}, your bundle must provide the following header: - * * <pre> - * Bundle-Activator: org.myorg.osgi.IgniteActivator + * Bundle-Activator: org.myorg.osgi.IgniteActivator * </pre> - * * You may use the * <a href="https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html">Maven * Bundle Plugin</a> to generate your bundle (or bundle manifest), including the required header. http://git-wip-us.apache.org/repos/asf/ignite/blob/65f22105/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiUtils.java ---------------------------------------------------------------------- diff --git a/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiUtils.java b/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiUtils.java index bebaf45..54f29aa 100644 --- a/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiUtils.java +++ b/modules/osgi/src/main/java/org/apache/ignite/osgi/IgniteOsgiUtils.java @@ -45,7 +45,7 @@ public class IgniteOsgiUtils { /** * Returns whether we are running in an OSGi environment. * - * @return {@core true/false}. + * @return {@code true/false}. */ public static boolean isOsgi() { return osgi;
