Kaydet (Commit) 05dba686 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Forwarding-only ctor, can be private

Change-Id: I9ed2aa9c2bf2e17705dc711560154a9596c8264a
üst 04b5ae62
......@@ -31,7 +31,7 @@ public class ScriptEntry implements Cloneable {
private Map<String, String> languagedepprops;
public ScriptEntry(String language, String languagename,
private ScriptEntry(String language, String languagename,
String location) {
this.language = language;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment