Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.10] Support Smithy IDL Serialization #284

Merged
merged 16 commits into from
Feb 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make IDL shape comparator private
  • Loading branch information
JordonPhillips committed Feb 24, 2020
commit 5555a4e01f96d5006cc5ef7172da4ade3d5bf921
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static Path placeShapesByNamespace(Shape shape) {
/**
* Comparator used to sort shapes.
*/
public static final class ShapeComparator implements Comparator<Shape>, Serializable {
private static final class ShapeComparator implements Comparator<Shape>, Serializable {
private static final List<ShapeType> PRIORITY = ListUtils.of(
ShapeType.SERVICE,
ShapeType.RESOURCE,
Expand Down