All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.swf.plugins.wiki.db.model.PageImpl Maven / Gradle / Ivy

There is a newer version: 2.10
Show newest version
package com.venky.swf.plugins.wiki.db.model;

import com.venky.swf.plugins.collab.db.model.CompanySpecificImpl;

public class PageImpl extends CompanySpecificImpl{

	public PageImpl(Page proxy) {
		super(proxy);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy