Skip to content

Commit 7225c4d

Browse files
authored
Merge pull request #375 from 4lfant/users_table
Remove user table verification
2 parents cff3cb5 + be68ada commit 7225c4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/com/backendless/Persistence.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,6 @@ protected <E> void last( final Class<E> entity, final List<String> relations, fi
806806

807807
public IDataStore<Map> of( String tableName )
808808
{
809-
if( tableName.equalsIgnoreCase( "users" ) )
810-
throw new IllegalArgumentException( "Table 'Users' is not accessible through this signature. Use Backendless.Data.of( BackendlessUser.class ) instead" );
811-
812809
return new MapDrivenDataStore( tableName );
813810
}
814811

0 commit comments

Comments
 (0)