protected void initFile()

in src/main/java/org/apache/maven/shared/io/location/FileLocation.java [91:96]


    protected void initFile() throws IOException {
        // TODO: Log this in the debug log-level...
        if (file == null) {
            file = new File(specification);
        }
    }