Skip to content

Commit

Permalink
Added links to the source of the new queue classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed May 19, 2015
1 parent 39be310 commit ad0d422
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/BaseLinkedAtomicQueue.java
*/
package rx.internal.util.atomic;

Expand Down
3 changes: 3 additions & 0 deletions src/main/java/rx/internal/util/atomic/LinkedQueueNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/LinkedQueueNode.java
*/
package rx.internal.util.atomic;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/MpscLinkedAtomicQueue.java
*/
package rx.internal.util.atomic;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/SpscLinkedAtomicQueue.java
*/
package rx.internal.util.atomic;

Expand Down
3 changes: 3 additions & 0 deletions src/main/java/rx/internal/util/unsafe/BaseLinkedQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/BaseLinkedQueue.java
*/
package rx.internal.util.unsafe;

Expand Down
3 changes: 3 additions & 0 deletions src/main/java/rx/internal/util/unsafe/MpscLinkedQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/MpscLinkedQueue.java
*/
package rx.internal.util.unsafe;

Expand Down
3 changes: 3 additions & 0 deletions src/main/java/rx/internal/util/unsafe/SpscLinkedQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* 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.
*
* Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
* Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/SpscLinkedQueue.java
*/
package rx.internal.util.unsafe;

Expand Down

0 comments on commit ad0d422

Please sign in to comment.