Commit e2234f8a authored by lichenchong's avatar lichenchong
Browse files

Minor javadoc charset coding fix.

parent 6444e068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ package kinetic.admin;
 * <p>
 * Proprietary names should be prefaced by the vendor name so that name
 * collisions do not happen in the future. An example could be names that
 * start with com.wd would be for Western Digital devices.
 * start with "com.wd" would be for Western Digital devices.
 * <p>
 * If the name is not found, the get log returns NOT_FOUND.
 * <p>
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public interface KineticAdminClient extends KineticP2pClient {
     * <p>
     * Proprietary names should be prefaced by the vendor name so that name
     * collisions do not happen in the future. An example could be names that
     * start with com.wd would be for Western Digital devices.
     * start with "com.wd" would be for Western Digital devices.
     * <p>
     * If the name is not found, the EntryNotFoundException is thrown.
     * <p>