Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
Rename Persitence provider for preview as it would cause name clash w…
Browse files Browse the repository at this point in the history
…ith saved user prefs
  • Loading branch information
mbastian committed Sep 29, 2011
1 parent 027d971 commit 16f9b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ License, or (at your option) any later version.
* @author Mathieu Bastian
*/
@ServiceProvider(service = WorkspacePersistenceProvider.class)
public class PreviewModelPersistenceProvider implements WorkspacePersistenceProvider {
public class PreviewPersistenceProvider implements WorkspacePersistenceProvider {

@Override
public void writeXML(XMLStreamWriter writer, Workspace workspace) {
Expand Down

0 comments on commit 16f9b2c

Please sign in to comment.