Skip to content

Commit ad0d422

Browse files
committed
Added links to the source of the new queue classes.
1 parent 39be310 commit ad0d422

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

src/main/java/rx/internal/util/atomic/BaseLinkedAtomicQueue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/BaseLinkedAtomicQueue.java
1316
*/
1417
package rx.internal.util.atomic;
1518

src/main/java/rx/internal/util/atomic/LinkedQueueNode.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/LinkedQueueNode.java
1316
*/
1417
package rx.internal.util.atomic;
1518

src/main/java/rx/internal/util/atomic/MpscLinkedAtomicQueue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/MpscLinkedAtomicQueue.java
1316
*/
1417
package rx.internal.util.atomic;
1518

src/main/java/rx/internal/util/atomic/SpscLinkedAtomicQueue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/SpscLinkedAtomicQueue.java
1316
*/
1417
package rx.internal.util.atomic;
1518

src/main/java/rx/internal/util/unsafe/BaseLinkedQueue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/BaseLinkedQueue.java
1316
*/
1417
package rx.internal.util.unsafe;
1518

src/main/java/rx/internal/util/unsafe/MpscLinkedQueue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/MpscLinkedQueue.java
1316
*/
1417
package rx.internal.util.unsafe;
1518

src/main/java/rx/internal/util/unsafe/SpscLinkedQueue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
13+
*
14+
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/SpscLinkedQueue.java
1316
*/
1417
package rx.internal.util.unsafe;
1518

0 commit comments

Comments
 (0)