Skip to content

Commit

Permalink
Add package-info.java for the Stream API / Print maven version on tra…
Browse files Browse the repository at this point in the history
…vis CI
  • Loading branch information
trustin committed Mar 11, 2013
1 parent 806e9b1 commit 5d65bbc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: java
jdk:
- oraclejdk7
- openjdk7
before_install: 'mvn -version'

20 changes: 20 additions & 0 deletions buffer/src/main/java/io/netty/buffer/stream/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright 2012 The Netty Project
*
* The Netty Project 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:
*
* https://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.
*/

/**
* Enables exchanging a very large stream between a producer and a consumer.
*/
package io.netty.buffer.stream;

0 comments on commit 5d65bbc

Please sign in to comment.