Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
turingtestfail committed Mar 5, 2024
1 parent c724849 commit 577a75f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ public void testNoRulesByScale() throws Exception {
WMSMapContent mapContent =
createMapContent(mapBounds, renderingArea, 0, scaleDependentPolygonLayer);

MapBoxTileBuilderFactory mbbf = new MapBoxTileBuilderFactory();
VectorTileMapOutputFormat vtof = new VectorTileMapOutputFormat(mbbf);

Query q = StyleQueryUtil.getStyleQuery(scaleDependentPolygonLayer, mapContent);
assertNotSame(q.getFilter(), Filter.EXCLUDE);

Expand Down Expand Up @@ -517,7 +514,7 @@ protected GetMapRequest createGetMapRequest(

@Test
public void testPregeneralized() throws Exception {
/** Simple class to MOCK a Datastore supporting PreGeneralized features */
// Simple class to MOCK a Datastore supporting PreGeneralized features
final class PregenDataStore extends MemoryDataStore {

final class _FeatureSource extends MemoryFeatureSource {
Expand Down

0 comments on commit 577a75f

Please sign in to comment.