Adjust a variable type conversion.

Integer division may assign 0.0 to a float variable in
NameDistance.java. So change int/int to int/float to realize
automatic type conversion.

Change-Id: I1721eb25a8796ee6b5affa9300c7de1cdd8a1061
1 file changed