Skip to content

Commit

Permalink
move DelegatintStyleRange to package org.jboss.tools.aesh.ui.internal…
Browse files Browse the repository at this point in the history
….document
  • Loading branch information
koentsje committed Mar 22, 2014
1 parent a1decdb commit e45b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.jboss.tools.aesh.core.document.Document;
import org.jboss.tools.aesh.core.document.Style;
import org.jboss.tools.aesh.ui.internal.AeshUIPlugin;
import org.jboss.tools.aesh.ui.internal.document.DelegatingStyleRange;

public class DelegatingDocument implements Document {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.tools.aesh.ui.document;
package org.jboss.tools.aesh.ui.internal.document;

import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyleRange;
Expand Down

0 comments on commit e45b37e

Please sign in to comment.