Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-45 2cb81f9b4 -> 46fb0889b


IGNITE-45 - Renamed jdk8.backport to jsr166


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/46fb0889
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/46fb0889
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/46fb0889

Branch: refs/heads/ignite-45
Commit: 46fb0889b26690c8c451afcb1f2e3248bb8ad7a7
Parents: 2cb81f9
Author: Alexey Goncharuk <agoncha...@gridgain.com>
Authored: Sun Mar 22 21:08:20 2015 -0700
Committer: Alexey Goncharuk <agoncha...@gridgain.com>
Committed: Sun Mar 22 21:08:20 2015 -0700

----------------------------------------------------------------------
 .../org/jetbrains/annotations/package-info.java | 21 ++++++++++++++++++++
 .../src/main/java/org/jsr166/package-info.java  | 21 ++++++++++++++++++++
 2 files changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/46fb0889/modules/core/src/main/java/org/jetbrains/annotations/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/jetbrains/annotations/package-info.java 
b/modules/core/src/main/java/org/jetbrains/annotations/package-info.java
new file mode 100644
index 0000000..e437dd4
--- /dev/null
+++ b/modules/core/src/main/java/org/jetbrains/annotations/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * {@code Nullable} and {@code NotNull} annotations.
+ */
+package org.jetbrains.annotations;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/46fb0889/modules/core/src/main/java/org/jsr166/package-info.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/jsr166/package-info.java 
b/modules/core/src/main/java/org/jsr166/package-info.java
new file mode 100644
index 0000000..0bd5486
--- /dev/null
+++ b/modules/core/src/main/java/org/jsr166/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Classes that were originally introduced in JSR166.
+ */
+package org.jsr166;
\ No newline at end of file

Reply via email to