mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bug
This commit is contained in:
@@ -341,7 +341,7 @@ public class ByteUtil {
|
||||
* @return float值
|
||||
* @since 5.7.18
|
||||
*/
|
||||
public static double bytesToFloat(final byte[] bytes) {
|
||||
public static float bytesToFloat(final byte[] bytes) {
|
||||
return bytesToFloat(bytes, DEFAULT_ORDER);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user