Author: vpakan(a)redhat.com
Date: 2010-08-24 12:37:52 -0400 (Tue, 24 Aug 2010)
New Revision: 24389
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java
Log:
Make package not private.
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java 2010-08-24
16:36:33 UTC (rev 24388)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java 2010-08-24
16:37:52 UTC (rev 24389)
@@ -1,4 +1,4 @@
-private package org.jboss.tools.ui.bot.ext.parts;
+package org.jboss.tools.ui.bot.ext.parts;
import static org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.syncExec;
import static org.junit.Assert.assertNotNull;
Show replies by date