001package com.github.gwtbootstrap.client.ui.resources.internal;
002
003public class DefaultInternalInjector implements InternalResourceInjector {
004
005    /**
006     * @see com.github.gwtbootstrap.client.ui.resources.internal.InternalResourceInjector#configure()
007     */
008    @Override
009    public void configure() {
010        //nothing to do.
011    }
012
013}