Skip to content

Commit

Permalink
Add final designation to RenameShapes transform
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Feb 23, 2021
1 parent e5f4a5d commit a81c3a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* the shape id values. Any references to a renamed shape will also be
* updated.
*/
public class RenameShapes extends ConfigurableProjectionTransformer<RenameShapes.Config> {
public final class RenameShapes extends ConfigurableProjectionTransformer<RenameShapes.Config> {

/**
* {@code renameShapes} configuration settings.
Expand Down

0 comments on commit a81c3a8

Please sign in to comment.