Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/server/pos/ReportRestrictedResourceCommonNames.java

Diff revisions: vs.
  @@ -2,10 +2,8 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public class ReportRestrictedResourceCommonNames extends ReportRestrictedResourceCommonNamesGO
6 - {
7 - public ReportRestrictedResourceCommonNames( AbstractPONames pBuiltBy, String pParentPath )
8 - {
5 + public class ReportRestrictedResourceCommonNames extends ReportRestrictedResourceCommonNamesGO {
6 + public ReportRestrictedResourceCommonNames( AbstractPONames pBuiltBy, String pParentPath ) {
9 7 super( pBuiltBy, pParentPath );
10 8 }
11 9 }