提交 2a10c8c2 编写于 作者: M mcherkas

8130752: Wrong changes were pushed with 8068886

Reviewed-by: serb, alexsch
上级 fbf2a713
......@@ -2905,13 +2905,13 @@ search:
return comp;
}
// if (flavor1.isFlavorTextType()) {
// return 1;
// }
//
// if (flavor2.isFlavorTextType()) {
// return -1;
// }
if (flavor1.isFlavorTextType()) {
return 1;
}
if (flavor2.isFlavorTextType()) {
return -1;
}
// Next, look for application/x-java-* types. Prefer unknown
// MIME types because if the user provides his own data flavor,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册