Revision 3748 org.gvsig.vcsgis/trunk/org.gvsig.vcsgis/org.gvsig.vcsgis.lib/org.gvsig.vcsgis.lib.impl/src/main/java/org/gvsig/vcsgis/lib/repository/localdb/tables/EntitiesRepoTable.java

View differences:

EntitiesRepoTable.java
492 492
"  \"commit\": [ \"*\" ],\n" +
493 493
"  \"view\": [ \"*\" ],\n" +
494 494
"  \"history\": [ \"*\" ],\n" +
495
"  \"update\": [ \"*\" ],\n" +
495
"  \"update\": [ \"*\" ]\n" +
496 496
"}")
497 497
                .setDescription("Json with the information of what operations the different users can do.\nExample:\n{\n" +
498 498
"  \"checkout\": [ \"user1\", \"user2\"],\n" +

Also available in: Unified diff