You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon" <ed...@apache.org> on 2014/01/03 09:28:16 UTC

toString() method of DenseVectorWritable

Looks like a typos.

DenseVectorWritable 81 line:

    st.append(" " + getSize() + " " + getSize());

I'll change like:

  st.append("length: " + getSize() + "arrays: ");

-- 
Best Regards, Edward J. Yoon
@eddieyoon