Skip to content

Commit

Permalink
improved deprecated recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Jun 22, 2018
1 parent 95fbe34 commit 4d41b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @version 1.7
*
* @deprecated no longer used
* @deprecated No longer used, recommend CoordinateArraySequence for an array backed implementation
*/
class DefaultCoordinateSequence
implements CoordinateSequence, Serializable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @version 1.7
*
* @deprecated no longer used
* @deprecated no longer used, recommend CoordinateArraySequenceFactory for array backed implementation
*/
public class DefaultCoordinateSequenceFactory
implements CoordinateSequenceFactory, Serializable
Expand Down

0 comments on commit 4d41b1d

Please sign in to comment.