Skip to content

Commit

Permalink
Fix formating.
Browse files Browse the repository at this point in the history
  • Loading branch information
Becket Qin committed Jan 18, 2024
1 parent 779d17a commit 7cebd2b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
* "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
* 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.
*/

package org.apache.beam.runners.flink.translation.types;

import java.io.IOException;
Expand All @@ -31,10 +30,7 @@
import org.apache.flink.core.memory.DataInputViewStreamWrapper;
import org.apache.flink.core.memory.DataOutputViewStreamWrapper;


/**
* Create a Beam {@link Coder} from a Flink {@link TypeInformation}.
*/
/** Create a Beam {@link Coder} from a Flink {@link TypeInformation}. */
public class TypeInformationCoder<T> extends Coder<T> {

private final TypeSerializer<T> serializer;
Expand Down

0 comments on commit 7cebd2b

Please sign in to comment.