Skip to content

Commit

Permalink
Remove duplicate RegExp components. (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdryomov authored and jpoehnelt committed Oct 3, 2019
1 parent 779274e commit 13e62d3
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 @@ -33,7 +33,7 @@
private final static String GROUND_OVERLAY = "GroundOverlay";

private final static String UNSUPPORTED_REGEX = "altitude|altitudeModeGroup|altitudeMode|" +
"begin|bottomFov|cookie|displayName|displayMode|displayMode|end|expires|extrude|flyToView|" +
"begin|bottomFov|cookie|displayName|displayMode|end|expires|extrude|flyToView|" +
"gridOrigin|httpQuery|leftFov|linkDescription|linkName|linkSnippet|listItemType|maxSnippetLines|" +
"maxSessionLength|message|minAltitude|minFadeExtent|minLodPixels|minRefreshPeriod|maxAltitude|" +
"maxFadeExtent|maxLodPixels|maxHeight|maxWidth|near|overlayXY|range|" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
private final HashMap<KmlGroundOverlay, GroundOverlay> mGroundOverlays;

private final static String UNSUPPORTED_REGEX = "altitude|altitudeModeGroup|altitudeMode|" +
"begin|bottomFov|cookie|displayName|displayMode|displayMode|end|expires|extrude|" +
"begin|bottomFov|cookie|displayName|displayMode|end|expires|extrude|" +
"flyToView|gridOrigin|httpQuery|leftFov|linkDescription|linkName|linkSnippet|" +
"listItemType|maxSnippetLines|maxSessionLength|message|minAltitude|minFadeExtent|" +
"minLodPixels|minRefreshPeriod|maxAltitude|maxFadeExtent|maxLodPixels|maxHeight|" +
Expand Down

0 comments on commit 13e62d3

Please sign in to comment.