remove reference to old profile name

pull/139/head
Mike Barry 2022-03-17 20:19:29 -04:00
rodzic 1cfcca2e20
commit ba7b861a8f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ import java.util.function.Consumer;
* <li>{@link FinishHandler} to be notified whenever we finish processing each source</li>
* <li>{@link FeaturePostProcessor} to post-process features in a layer before rendering the output tile</li>
* </ul>
* See {@code OpenMapTilesProfile} for a full implementation using this framework.
* See {@code BasemapProfile} for a full implementation using this framework.
*/
public abstract class ForwardingProfile implements Profile {