Skip to content

Commit 5fca653

Browse files
authored
fixed some causing ambiguities comment
fixed some causing ambiguities including the 'shit' comment
1 parent bc61b10 commit 5fca653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-java/src/main/java/org/apache/flink/api/java/io/TypeSerializerInputFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class TypeSerializerInputFormat<T> extends BinaryInputFormat<T>
4545

4646
public TypeSerializerInputFormat(TypeInformation<T> resultType) {
4747
this.resultType = resultType;
48-
// TODO: fix this shit
48+
// TODO: fix this
4949
this.serializer = resultType.createSerializer(new ExecutionConfig());
5050
}
5151

0 commit comments

Comments
 (0)